[Webkit-unassigned] [Bug 53089] New: SVG <animateTransform> should use display acceleration in similar way like CSS3 transformations do

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 25 09:08:52 PST 2011


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

           Summary: SVG <animateTransform> should use display acceleration
                    in similar way like CSS3 transformations do
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Enhancement
          Priority: P2
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: martin.hejral at post.cz
                CC: zimmermann at kde.org


We have already working animation acceleration with CSS3 transitions (tested with Safari 5.0.2). 

Well. Very good job!

Why not expand implementation of this algorithm for transformation / SMIL animation of vector graphics too? ;-)

I am thinking about acceleration of basic SMIL <animateTransform>... Very useful when working with large SVG vector graphics like maps, etc.

<animateTransform attributeName="transform" type="scale"...
<animateTransform attributeName="transform" type="rotate" ...
<animateTransform attributeName="transform" type="translate" ...
<animateTransform attributeName="transform" type="skewX" ...
<animateTransform attributeName="transform" type="skewY" ...

By my opinion, this should be not too time expensive...

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