[Webkit-unassigned] [Bug 41848] New: [SVG] g color property should overwrite rect color property

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 8 05:48:49 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=41848

           Summary: [SVG] g color property should overwrite rect color
                    property
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
               URL: http://dev.w3.org/SVG/profiles/1.1F2/test/harness/html
                    Object/color-prop-05-t.html
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: zherczeg at webkit.org
                CC: zimmermann at kde.org, krit at webkit.org


<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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list