A *Working* SVG import and export
Import a SVG fails when :
- text is centered
- text area is grouped with a box
Export :
- text disappear (even if looking in the xml file)
Be inter operable !
18
votes
2 comments
-
AndiDog
commented
Another point: Exported SVGs contain `font-family="Arial,Arial"` instead of just `font-family="Arial"`. This is not interpreted correctly by all SVG software, e.g. Inkscape warns that it cannot find the font "Arial,Arial".
-
Anonymous
commented
It's true !