Hacker News new | ask | show | jobs
by jacobolus 829 days ago
From one implementation to another and depending on the way the SVG was encoded, text in an SVG often does not look the same for different viewers. This can seriously mess up the layout of diagrams, etc.
1 comments

Plus SVG can’t properly wrap text, which matters for some use cases.
If you're rendering a PNG, you're already doing layout, so you might as well still do it but at least keep the individual glyphs as, well, glyphs (so that they scale to high DPI etc).