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

[SVG] Stretchy characters that have no single-character versions should have minimum size #156

Closed
dpvc opened this issue Oct 8, 2018 · 0 comments

Comments

@dpvc
Copy link
Member

dpvc commented Oct 8, 2018

Stretchy characters with no single-character versions can be made too small. For example:

<math>
  <mtable>
    <mtr>
      <mtd>
        <mo minsize=".75em" stretchy="true">&#x23DE;</mo>
      </mtd>
    </mtr>
  </mtable>
</math>
@dpvc dpvc added the bug label Oct 8, 2018
dpvc added a commit that referenced this issue Oct 9, 2018
…ingle-character versions, and update the minimum sizes to be correct. Also improve placement of glyphs in CHTML stretchy characters, and add the missing fonts to the stretchy font list. Resolves issues #156 and #152.
dpvc added a commit that referenced this issue Feb 7, 2019
Fix stretchy characters in SVG and CHTML.  #156 and #152.
@dpvc dpvc closed this as completed Feb 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant