Bourne2Learn - Educational Training and Consultancy

SVGMath is my own attempt at displaying math on a Web page without having to load a library (usually MathJax or KaTeX) and then waiting for that library to process the page before displaying the results.

Libraries block the page from loading and slow things considerably.

SVGMath is not as robust as library-based math, but it's quick (no javascript, and a low number of DOM elements), looks good and does also cater for accessibility via screen reader text.

SVGMath demos and experiments

SVGMath demoSVGMath is fast, beautiful math on the Web without javascript.
SVGMath overviewAn explanation of the process used in creating SVGMath, and some comparison statistics
Wrapping wide equations in SVGMathSome possible solutions for wrapping equations within the SVGMath environment.
Large Stackexchange math page rendered in SVGMathStackexchange uses MathJax to render math, but it is slow and produces a huge DOM. SVGMath addresses these issues.
Comparison of rendering speed SVGMath, KateX and MathJaxA video comparison of rendering speed SVGMath, KateX and MathJax of a large math page
ASCIIMath input, SVGMath output exampleThis page uses ASCIIMath for input, and is processed using SVGMath.