GNOME Bugzilla – Bug 543278
textsize changes dramatically when exported to .SVG.
Last modified: 2008-07-19 08:22:57 UTC
When I export a .dia file to SVG(Scalable Vector Graphics not Vector Graphic cairo) format, any textsize is exported to 377,95pt in visio 2003. When I open he same SVG file in inkscape the font, fontstyle and fontsize are empty. PC: Windows XP SP2.
this a probably the same is as fixed by: 2007-09-08 Hans Breuer <hans@breuer.org> * lib/diasvgrenderer.[ch] plug-ins/shape/shape-export.c plug-ins/svg/render_svg.c : based on analysis and patch by Dov Grobgeld the values written to SVGs are now scaled up, because many SVG interpreters don't cope very well with small values. The overall size of the image is kept by writing with and height in cm but the viewBox scaled like the values in the file. For the Shape export the scale value is kept at 1.0 to avoid breaking Dia's Shape/SVG consumption. Fixes bug #316590 if you could provide a diagram and the respective SVG showing the issue I could check. *** This bug has been marked as a duplicate of 316590 ***