You mean like:
<defs>
<set id="s" …/>
</defs>
<g>
<use xlink:href="#s"/>
</g>
Is that allowed?
No, I mean
<defs>
<symbol>
<rect id="myRect"...>
<animate ... />
</rect>
</symbol>
<path id="myPath">
<animate ... />
</path
</defs>
<use xlink:href="#myRect" />
<use xlink:href="#myRect" x="50" y="450" />
<use xlink:href="#myPath" />
Are you planning to add SMIL support for <use /> elements in the
upcoming 1.7 release, or are there technical limitations that would
prevent that for the upcoming release?
No technical limitations I think, I just haven’t done it yet.
ok
Example where SMIL animation is defined within a <use /> element:
http://www.carto.net/papers/svg/samples/path_animation.svg
Examples where SMIL animation is defined in the defs and should be
inherited in the <use /> instances:
http://www.carto.net/neumann/svg/svgfireworks.html
http://www.carto.net/papers/svg/animated_weather_symbols/index.svgz
http://www.carto.net/papers/svg/samples/jumping_cubes.svg
Thanks I will try with these when I get around to implementing it.
Thanks for having a look at these. Let me know if perhaps I did
something wrong or if you want to discuss issues. At
http://www.carto.net/papers/svg/samples/#anim I have listed in which UAs
the samples work. Currently there is only Opera and ASV that I tested
for animations. Will add Batik soon.
Thanks,
Andreas
--
----------------------------------------------
Andreas Neumann
Institute of Cartography
ETH Zurich
Wolfgang-Paulistrasse 15
CH-8093 Zurich, Switzerland
Phone: ++41-44-633 3031, Fax: ++41-44-633 1153
e-mail: [EMAIL PROTECTED]
www: http://www.carto.net/neumann/
SVG.Open: http://www.svgopen.org/
Carto.net: http://www.carto.net/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]