Re: animateMotion keyTimes question

Hello!

Thank you for the quick and useful responses! I already know why I 
caused the regression. However I still have one question.
The original problem was that the implementation had the assumption that 
the number of keytimes was at least 2. However this fails if we take an 
animateMotion with from/to/by animation type that contains one keyPoint 
and one corresponding keytime:

<animateMotion calcMode="linear" keyPoints="0.8" keyTimes="0" by="3"/>

Digging the implementation I realized that having only one keyPoint and 
one keyTime is considered as invalid in almost every cases except the 
from/to/by animations. Is this just an implementation mistake or is 
there any reason behind it?

Thanks in advance,
Reni

Received on Wednesday, 13 August 2014 12:21:44 UTC