- From: SVG Working Group Issue Tracker <sysbot+tracker@w3.org>
- Date: Tue, 28 Oct 2008 11:01:04 +0000 (GMT)
- To: public-svg-wg@w3.org
ISSUE-2166 (animating-transform-set): Animating @transform with <set> [Last Call: SVG 1.2 Tiny ]
http://www.w3.org/Graphics/SVG/WG/track/issues/2166
Raised by: Cameron McCormack
On product: Last Call: SVG 1.2 Tiny
Cameron McCormack <http://www.w3.org/mid/20081023004437.GF20693@arc.mcc.id.au>:
[[[
I see in the table in 16.2.18 that transform lists can be animated only
with the <animateTransform> element. It seems to me that it would be
useful to allow animating with <set>, since otherwise to perform a
discrete animation of @transform you must do a very short continuous
animation, like:
<animateTransform attributeName="transform" type="scale" to="10"
dur=".001"/>
Opera already allows using <set> on @transform. Batik doesn't, but
could easily be changed to allow this.
]]]
Received on Tuesday, 28 October 2008 11:01:13 UTC