GNOME Bugzilla – Bug 618838
font-size="x%" interpreted as font-size="x pt"
Last modified: 2010-05-17 15:27:51 UTC
Created attachment 161203 [details] Very simple file that svg screws up on This is a really silly bug, and wasted half my day. On the plus side, it easy to state and should be easy to fix for someone familiar with the code: librsvg apparently interprets font-size="130%" as font-size="130 pt", and similar. There's really nothing to add. An example file is attached, which renders correctly in Firefox and Google Chrome, but is completely mangled by librsvg because of the above-mentioned bug.
Thanks for taking the time to report this bug. This particular bug has already been reported into our bug tracking system, but we are happy to tell you that the problem has already been fixed. It should be solved in the next software version. You may want to check for a software upgrade. *** This bug has been marked as a duplicate of bug 337979 ***
Oh that's good news, thank you. Apologies for reporting a duplicate bug; I searched before reporting but Bugzilla searches for only open bugs by default, so I missed it.