Incorrect property inheritance
Created by: jazzynico
(Original report: https://bugs.launchpad.net/scour/+bug/734019).
Properties seem to be inherited incorrectly in Scour. Here's the declaration in the example file gnome-dev-pcmcia.svg:
<g
[...] id="text5059"
style="[...];fill:none;stroke:black;stroke-width:0.99067909px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1">
<path
[...] id="path3675"
style="[...];fill:white;fill-opacity:1;stroke:none;[...]" />
But the path ends up with stroke:black due to incorrect inheritance rules. The text PCMCIA, described by the above-named path in the example file, is then black instead of white.
Scour version used = trunk r206 Command line used = scour.py --disable-style-to-xml -i INFILE -o OUTFILE