GNOME Bugzilla – Bug 164455
Sizes in SVG file and in on screen tooltip don't match
Last modified: 2005-01-24 23:12:30 UTC
Create a chart (with e.g. 400 * 500 pixels) and save it as a svg-file. The width in the svg-file is "420.211" and the height "339.15". I don't understand these values. I know it's called _Scalable_ Vector Graphics.-)
Height and width unit in SVG files is point. These values are displayed in a tooltip you can see when you resize a sheet object. Nevertheless, current display is one point wrong. Attached patch should fix this problem. Jody, OK to commit ? To be more accurate, I guess 1.0 should be 72/dpi.
Created attachment 36174 [details] [review] patch
Fixed in CVS.