Andreas Neumann:
> I have a couple of examples out there that have SMIL animations within a 
> <use /> element

That sounds ok.

> or where the animations should be inherited (animation 
> defined in the defs) section and then <use/>d several times.

You mean like:

  <defs>
    <set id="s" …/>
  </defs>
  <g>
    <use xlink:href="#s"/>
  </g>

Is that allowed?

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

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

-- 
Cameron McCormack, http://mcc.id.au/
        xmpp:[EMAIL PROTECTED]  ▪  ICQ 26955922  ▪  MSN [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to