[Webkit-unassigned] [Bug 11290] New: 'animateTransform' and 'set' don't work, but they are referenced as 'working'

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Oct 14 02:48:39 PDT 2006


http://bugs.webkit.org/show_bug.cgi?id=11290

           Summary: 'animateTransform' and 'set' don't work, but they are
                    referenced as 'working'
           Product: WebKit
           Version: 420+ (nightly)
          Platform: Macintosh Intel
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: SVG
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: mc at xeolia.com


I have to make an animation in SVG. According to the svg status, the only
elements that work are set, animateTransform and animateColor. But webkit
doesn't render the animation when using these elements.

The code I have used, and which works with ASV 3 and 6 is :

<set begin="abtn1.click" id="set_anim0a" attributeName="x" to="0"
xlink:href="#aimga" /> 
<animateTransform attributeName="transform"  xlink:href="#aimga" type="scale"
values="1,1;0,1;-1,1" begin="abtn1.click" dur="'.$dur.'" repeatCount="1"
additive="sum" calcMode="linear" fill="freeze" accumulate="none"
restart="always"/>
<set begin="abtn1.click+'.($dur/2).'s" id="set_anim1"
attributeName="xlink:href" to="" xlink:href="#aimga" /> 

where $dur is the duration (in PHP).

I have alse tested this site, wich is a reference for the SVG :
http://pilat.free.fr/tutorial/animate.svg
Go to the exemples and code sections, and see that <set> and <animateTransform>
are not working with webkit, but work with ASV.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list