[Webkit-unassigned] [Bug 53089] 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 11:27:01 PST 2011


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





--- Comment #13 from Dirk Schulze <krit at webkit.org>  2011-01-25 11:27:00 PST ---
(In reply to comment #10)
> I answer parallel in middle time in Comment #9 
> 
> ...with REAL complex vector dravings... Especially on mobile Webkit... pixelation on SVG is really NOT my problem :))
> 
> So, by my opinion would be great to use layering on SVG...
> 
> Maybe create layer only for some special cases of SMIL transformations? 
> 
> I mean this:
> 
> <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" ...

We will come to layer implementations later, definitely. But the plan was to use layers for 3D animations. Using layers in general does not guarantee fast rendering. The opposite can be the case.

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