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 645201 - SVG - Spaces in url() or rgba() break value
SVG - Spaces in url() or rgba() break value
Status: RESOLVED OBSOLETE
Product: librsvg
Classification: Core
Component: general
2.32.x
Other Linux
: Normal normal
: ---
Assigned To: librsvg maintainers
librsvg maintainers
Depends on:
Blocks:
 
 
Reported: 2011-03-19 04:40 UTC by bezeek
Modified: 2017-12-13 17:46 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description bezeek 2011-03-19 04:40:24 UTC
In SVG images, use of white space between the brackets of a url() or rgba() attribute causes the attribute to be ignored.

For example when using:
... style="fill: url( #test ); stroke: rgba( 255, 0, 0, .5 )" ...
neither attribute is applied. Any white space between the brackets triggers this bug.
Comment 1 Felix Riemann 2011-03-22 12:07:42 UTC
eog's SVG parsing is handled by librsvg, so I'm reassigning this.
I could reproduce it using the url()-case, but I don't think librsvg already supports the rgba()-notation yet, so these will likely get ignored anyway.
Comment 2 GNOME Infrastructure Team 2017-12-13 17:46:56 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to GNOME's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/librsvg/issues/50.