Forced explicit linebreak between text elements to not look like an embellished operator. Resolves issue #707. Note however, that Firefox treats this differently (it seems not to treat mtext as space-like in this case).

This commit is contained in:
Davide P. Cervone 2014-02-13 20:08:49 -05:00
parent 126bd1c373
commit d28ab8b766

View File

@ -1672,6 +1672,7 @@
} else {
if (n) {this.Push(MML.mspace().With({depth:n}))}
this.Push(MML.mo().With({linebreak:MML.LINEBREAK.NEWLINE}));
this.Push(MML.mo()); // make sure we don't look like an embellished operator (#707)
}
},
emPerInch: 7.2,