Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Support mtable, mtd, mtr for draw matrix. #1164

Merged
merged 4 commits into from
Oct 20, 2022

Conversation

fukatani
Copy link
Contributor

I want mtable, mtr and mtd for drawing matrix.

testcase:

  <math xmlns='http://www.w3.org/1998/Math/MathML'>
    <mtable>
      <mtr>
        <mtd>
          <mi>x</mi>
        </mtd>
        <mtd>
          <mn>3</mn>
        </mtd>
      </mtr>
      <mtr>
        <mtd>
          <mrow>
            <mo>-</mo>
            <mn>1</mn>
          </mrow>
        </mtd>
        <mtd>
          <mi>y</mi>
        </mtd>
      </mtr>
    </mtable>
  </math>

スクリーンショット 2022-10-13 21 23 19

@fukatani fukatani marked this pull request as draft October 14, 2022 13:02
@fukatani fukatani marked this pull request as ready for review October 18, 2022 01:53
@Sub6Resources Sub6Resources changed the title Support mtable, mtd, mtr for draw matrix. feat: Support mtable, mtd, mtr for draw matrix. Oct 20, 2022
@Sub6Resources Sub6Resources merged commit e99e2cc into Sub6Resources:master Oct 20, 2022
@fukatani fukatani mentioned this pull request Oct 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants