GNOME Bugzilla – Bug 639750
support css3 colors
Last modified: 2013-10-05 11:52:52 UTC
It would be nice if librsvg would understand rgba(r,g,b,a) colors a la css3.
Created attachment 256480 [details] [review] css: Add support for parsing rgba() colors This also requires adding alpha support to the solid color paint server.
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