Skip to content

Commit

Permalink
Merge pull request #991 from mathjax/issue3087
Browse files Browse the repository at this point in the history
Remove errant mjx-linestrut from SVG output. (mathjax/MathJax#3087)
  • Loading branch information
dpvc authored Aug 18, 2023
2 parents 3f4c730 + 5244de5 commit b49c5f4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ts/output/svg/Wrapper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,6 @@ export class SvgWrapper<N, T, D> extends CommonWrapper<
*/
public toEmbellishedSVG(parents: N[]): boolean {
if (parents.length <= 1 || !this.node.isEmbellished) return false;
const adaptor = this.adaptor;
parents.forEach(dom => adaptor.append(dom, this.html('mjx-linestrut')));
const style = this.coreMO().embellishedBreakStyle;
//
// At the end of the first line or beginning of the second,
Expand Down

0 comments on commit b49c5f4

Please sign in to comment.