[Webkit-unassigned] [Bug 36695] New: SVG Animation doesn't respect 'currentColor'

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Mar 27 01:19:33 PDT 2010


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

           Summary: SVG Animation doesn't respect 'currentColor'
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
               URL: http://www.w3.org/Graphics/SVG/Test/20061213/svggen/an
                    imate-elem-85-t.svg
        OS/Version: Mac OS X 10.5
            Status: ASSIGNED
          Severity: Normal
          Priority: P2
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: krit at webkit.org
                CC: zimmermann at kde.org


Animations in SVG don't respect the 'currentColor' of an element. The third
rect in the example above should be filled to currentColor (green) but stays
black. The SVGAnimateElement trys to parse currentColor directly with the CSS
parser. But currentColor is part of CSS3 and not implemented for CSS yet.

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