After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 618838 - font-size="x%" interpreted as font-size="x pt"
font-size="x%" interpreted as font-size="x pt"
Status: RESOLVED DUPLICATE of bug 337979
Product: librsvg
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: librsvg maintainers
librsvg maintainers
Depends on:
Blocks:
 
 
Reported: 2010-05-17 05:36 UTC by Shreevatsa R
Modified: 2010-05-17 15:27 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Very simple file that svg screws up on (513 bytes, image/svg+xml)
2010-05-17 05:36 UTC, Shreevatsa R
Details

Description Shreevatsa R 2010-05-17 05:36:15 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.
Comment 1 Hiroyuki Ikezoe 2010-05-17 10:33:07 UTC
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 ***
Comment 2 Shreevatsa R 2010-05-17 15:27:51 UTC
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.