GNOME Bugzilla – Bug 702537
css styles don't get applied right
Last modified: 2017-12-13 18:00:37 UTC
Created attachment 247100 [details] Wrong style example With librsvg 2.37.0 and with the very simple attached svg I get something very surprising. This: <g class="graph"> <rect width="200" height="40" y="0" x="0" class="background"/> </g> with the following style: .graph { fill: red; } .graph .background { fill: blue; } renders as RED. See attachement.
Reported also on Wikimedia as CSS child selector not supported by librsvg http://bugzilla.wikimedia.org/show_bug.cgi?id=41423
I don't want to be pushy, but 1 year and a half later this critical bug is still not fixed in the latest release (2.40.6), and no feedback on this has been given even though the test case is fairly simple. What now ?
> What now ? You could attach a patch.
-- 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/79.