MathML in the SVG 2 spec

Someone at the F2F mentioned MathJax as a possible option for handling 
math in the spec.  I have this working now.  To use it, just include 
inline in the chapters

   <math xmlns="http://www.w3.org/1998/Math/MathML">
     ... the MathML content ...
   </math>

and it should just work.  The build scripts add references to MathJax 
(from their CDN) and I have this set up to render currently as SVG, as I 
think that looks nicer than the HTML+CSS option.  See one equation I've 
replaced with MathML here:

   https://svgwg.org/svg2-draft/painting.html#StrokeMiterlimitProperty

Received on Friday, 18 May 2012 03:47:49 UTC