Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • M MathJax
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 304
    • Issues 304
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 15
    • Merge requests 15
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • MathJax
  • MathJax
  • Issues
  • #1870
Closed
Open
Issue created Nov 23, 2017 by Administrator@rootContributor

While rendering in SVG, mathml input box leaves space to the right

Created by: khalidkadiri

mathjax script tag, script("https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/MathJax.js?config=TeX-MML-AM_SVG")

mathml code,

<script type="math/mml">	
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mstyle displaystyle="true" mathsize="19px">
    <mrow>
      <mfrac>
        <mrow>
          <msup>
            <mi>&#x3C0;</mi>
            <mn>2</mn>
          </msup>
        </mrow>
        <mrow>
          <mrow>
            <mo></mo>
            <mrow>
              <semantics>
                <annotation-xml encoding="application/xhtml+xml">
                  <input xmlns="http://www.w3.org/1999/xhtml" type="text" maxlength="7" style="width:105px" />
                </annotation-xml>
              </semantics>
            </mrow>
            <mo></mo>
          </mrow>
        </mrow>
      </mfrac>
      <mo>=</mo>
      <mrow>
        <mo></mo>
        <mrow>
          <semantics>
            <annotation-xml encoding="application/xhtml+xml">
              <input xmlns="http://www.w3.org/1999/xhtml" type="text" maxlength="7" style="width:105px" />
            </annotation-xml>
          </semantics>
        </mrow>
        <mo></mo>
      </mrow>
      <mi>w</mi>
    </mrow>
  </mstyle>
</math>
</script>
Assignee
Assign to
Time tracking