Bug 77501

Summary: CSS cursor url of SVG doesn't run SMIL animation
Product: WebKit Reporter: bugmenot
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Minor CC: ap, bfulgham, shanestephens, thorton, zimmermann
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: 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>
Bug Depends on:    
Bug Blocks: 41761    
Attachments:
Description Flags
Image to be hovered over for testcase
none
.ani format for IE compatibility
none
testcase #1 none

bugmenot
Reported 2012-01-31 19:18:20 PST
Created attachment 124868 [details] 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.
Attachments
Image to be hovered over for testcase (571.13 KB, image/jpeg)
2012-01-31 19:18 PST, bugmenot
no flags
.ani format for IE compatibility (182.40 KB, application/octet-stream)
2012-01-31 19:26 PST, bugmenot
no flags
testcase #1 (8.32 KB, text/html)
2012-01-31 19:27 PST, bugmenot
no flags
bugmenot
Comment 1 2012-01-31 19:26:08 PST
Created attachment 124870 [details] .ani format for IE compatibility
bugmenot
Comment 2 2012-01-31 19:27:42 PST
Created attachment 124871 [details] testcase #1
Brent Fulgham
Comment 3 2022-07-12 16:33:42 PDT
Safari, Chrome, and Firefox all agree on rendering for this test case. I don't believe there is any remaining compatibility issue.
Alexey Proskuryakov
Comment 4 2022-07-12 19:18:21 PDT
All the browsers fail the test though, as the ring doesn't animate.
Note You need to log in before you can comment on or make changes to this bug.