[Webkit-unassigned] [Bug 77501] New: CSS cursor url of SVG doesn't run SMIL animation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 31 19:18:20 PST 2012


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

           Summary: CSS cursor url of SVG doesn't run SMIL animation
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
               URL: data:image/svg+xml,<svg
                    xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%
                    22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22
                    version%3D%221.1%22 width%3D%22128%22
                    height%3D%22128%22><circle cx%3D%2264%22 cy%3D%2264%22
                    r%3D%2232%22 fill%3D%22none%22 stroke%3D%22%23f00%22
                    stroke-width%3D%222%22
                    stroke-opacity%3D%220.5%22><animate
                    attributeName%3D%22stroke%22
                    values%3D%22%23f00%3B%230ff%3B%23f00%22
                    keyTimes%3D%220%3B0.5%3B1%22 dur%3D%222s%22
                    repeatCount%3D%22indefinite%22 %2F><%2Fcircle><%2Fsvg>
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Minor
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: bugmenot at mailinator.com


Created an attachment (id=124868)
 --> (https://bugs.webkit.org/attachment.cgi?id=124868&action=review)
Image to be hovered over for testcase

Testcase should animate the color of the ring SVG cursor when hovering over the image. This fails whether an external .svg file is used or a data: URI of the SVG is used. I put the data SVG into the URL field of this bug to show it animates by itself.

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