You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As soon as it does, we'll have to properly support it. There is currently a fair bit of code that assumes that everything in a row is on one line.
(e.g. selections, rendering and re-rendering annotations, ...)
Currently MathML Core doesn't support line breaking w3c/mathml-core#127
As soon as it does, we'll have to properly support it. There is currently a fair bit of code that assumes that everything in a row is on one line.
(e.g. selections, rendering and re-rendering annotations, ...)
We might have to use this instead of getBoundingClientRect
https://developer.mozilla.org/en-US/docs/Web/API/Element/getClientRects
Maybe the CSS Painting API will become useful for rendering certain things?
https://developer.mozilla.org/en-US/docs/Web/Guide/Houdini#css_painting_api
The text was updated successfully, but these errors were encountered: