optimizing speed of SMIL
"David Dailey" <[email protected]> Thu, 6 Mar 2014 09:54:46 -0500
| Newsgroups | gmane.text.xml.svg.devel |
|---|---|
| Message-ID | <002a01cf394c$042c3ee0$0c84bca0$@net> |
If I want to shrink a rectangle, ellipse or image toward its own center, I can either use four <animate> tags to adjust its x (cx), y (cy), width (rx) and height (ry), or I can use two animateTransforms (with additive="sum" ) to scale and translate. Does anyone have a sense of which would be more computationally efficient given current browser implementations? Cheers David