Quote:
Originally Posted by Jellby
Well, that is not true. ePUB includes SVG (Scalable Vector Graphics) as an integral part of the standard, so ePUB supports vector graphics.
|
That's very interesting. Thanks!
I poked around the SVG standard a bit. It seems a little low-level, like you'd have to express mathematics in terms of low-level stroke diagrams. This is going to be as bad as PDF in terms of reflowing, since the device wouldn't know the semantics behind the strokes. I was thinking of something more like MathML.
Is there something I'm missing?