[BZ#702537] css styles don't get applied right
Submitted by mou..@..com
Link to original bug (#702537)
Description
Created attachment 247100 Wrong style example
With librsvg 2.37.0 and with the very simple attached svg I get something very surprising.
This:
with the following style:
.graph { fill: red; } .graph .background { fill: blue; }
renders as RED.
See attachement.