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 639750 - support css3 colors
support css3 colors
Status: RESOLVED FIXED
Product: librsvg
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: librsvg maintainers
librsvg maintainers
Depends on:
Blocks:
 
 
Reported: 2011-01-17 14:40 UTC by Matthias Clasen
Modified: 2013-10-05 11:52 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
css: Add support for parsing rgba() colors (5.29 KB, patch)
2013-10-04 14:57 UTC, Benjamin Otte (Company)
committed Details | Review

Description Matthias Clasen 2011-01-17 14:40:23 UTC
It would be nice if librsvg would understand rgba(r,g,b,a) colors a la css3.
Comment 1 Benjamin Otte (Company) 2013-10-04 14:57:38 UTC
Created attachment 256480 [details] [review]
css: Add support for parsing rgba() colors

This also requires adding alpha support to the solid color paint server.
Comment 2 Benjamin Otte (Company) 2013-10-05 11:52:01 UTC
Pushed. I'll now adapt GTK master to use this for symbolic icon coloring.

Attachment 256480 [details] pushed as b864307 - css: Add support for parsing rgba() colors