RESOLVED DUPLICATE of bug 38102 41848
[SVG] g color property should overwrite rect color property
https://bugs.webkit.org/show_bug.cgi?id=41848
Summary [SVG] g color property should overwrite rect color property
Zoltan Herczeg
Reported 2010-07-08 05:48:49 PDT
<g fill="currentColor" color="lime"> <rect x="0" y="0" width="150" height="150" color="red"/> </g> This should draw a green (lime) box, not a red one (Firefox do this). LayoutTests/svg/W3C-SVG-1.1 does not contain color-prop-05-t.svg, only its expected value. No idea why. Without the color property, it works: <g fill="currentColor" color="lime"> <rect x="0" y="0" width="150" height="150"/> </g> Trying to fix this. Any suggestions are welcome.
Attachments
Dirk Schulze
Comment 1 2010-07-08 10:39:30 PDT
*** This bug has been marked as a duplicate of bug 38102 ***
Note You need to log in before you can comment on or make changes to this bug.