- From: Renata Hodovan <hodovan@inf.u-szeged.hu>
- Date: Wed, 13 Aug 2014 14:21:13 +0200
- To: www-svg@w3.org
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