Bug 23773

Summary: SVG animateTransform is sometimes not applied
Product: WebKit Reporter: Chris Marrin <cmarrin>
Component: SVGAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WORKSFORME    
Severity: Normal CC: eric, krit, marek.raida, simon.fraser, zimmermann
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
Bug Depends on:    
Bug Blocks: 41761    
Attachments:
Description Flags
Yes, I can confirm it looks fixed on recent beta version... none

Description Chris Marrin 2009-02-05 15:36:17 PST
run LayoutTests/svg/W3C-SVG-1.1/animate-elem-30-t.svg. The animated circle may or may not follow the path. Reload over and over and notice that sometimes it does and sometimes it doesn't. It looks like sometimes it is applying the <animateTransform> and sometimes it is not.
Comment 1 marek 2010-09-07 14:48:45 PDT
I have similar experience. When running from script beginElement() on the same element for animateTransform more than once, it stops working. On common animate it works properly, but animateTransform is somewhat broken...
Comment 2 Dirk Schulze 2011-07-04 01:50:45 PDT
I have not seen this bug before. I reloaded the test about 20 times and the animation began on all elements, always. Maybe this was fixed?
Comment 3 marek 2011-07-04 07:28:41 PDT
Created attachment 99628 [details]
Yes, I can confirm it looks fixed on recent beta version...