Hi Cameron,

I have a problem with the following construct:

<g id="AnimationPaths">
<path id="Zuerich_Geneva" stroke="orange" stroke-width="2000" fill="none" d="M682500,53500 C632500,53500 549500,80000 499500,181000" />
       <use id="AirplaneZurichGeneva" xlink:href="#airplane">
<animateMotion id="animMotionZurGen" dur="&animDuration;" repeatCount="indefinite" rotate="auto-reverse">
                       <mpath xlink:href="#Zuerich_Geneva"/>
               </animateMotion>
<animateTransform id="animTransZurGen" attributeName="transform" type="scale" keyTimes="0;0.2;0.8;1" values="1.5;4;4;1.5" dur="&animDuration;" additive="replace" fill="freeze" repeatCount="indefinite"/>
       </use>
</g>

in file http://www.carto.net/papers/svg/samples/path_animation.svg

The airplane does not show up. I tried commenting out the <animateTransform/> element, but this didn't help, so it seems like the problem is somewhere with the animateMotion inside the use element.

Thanks for having a look at this problem,
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]

Reply via email to