Bug 21405

Summary: WebKit fails to update clip paths when animating
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: SVGAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: james, jeffschiller, krit, zimmermann
Priority: P2 Keywords: NeedsReduction
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
URL: http://www.deerring.com/
Attachments:
Description Flags
Reduced test case (showing our failed clippath animation) none

Description Eric Seidel (no email) 2008-10-06 11:00:44 PDT
"Bringing Vector Graphics..." does not "sparkle" in Safari (but does in Opera)

There is some sort of animation that he's using to "sparkle" certain characters.  Sets of characters change from black to blue/grey over time.  I'm not yet sure how it's being done, we'll need to make a reduction.
Comment 1 Eric Seidel (no email) 2008-10-06 11:19:57 PDT
Created attachment 24117 [details]
Reduced test case (showing our failed clippath animation)
Comment 2 Dirk Schulze 2009-12-30 14:24:16 PST
SVGClipPathElement::childrenChanged should take care of the rect animation in the clipPath :-(
Comment 3 Nikolas Zimmermann 2010-01-17 17:16:04 PST
Fixed in trunk.