Aimar Ibarra

Results 3 comments of Aimar Ibarra

Another option to render formulas would be using svg images and the `Image` component. If I recall correctly MathJax can export to svg formats. If performance is a concern you...

@hhenrichsen Assuming Motion Canvas draws using the context of the canvas, then the [Path2D](https://developer.mozilla.org/en-US/docs/Web/API/Path2D/Path2D) object would skip the step. ```js document.getElementById("canvas") .getContext("2d") .fill(new Path2D(svg_string)); ``` Where `svg_string` is svg path...

So it imports xlink svg data, base64 route then.