SVG12: animation with indirect values

Dear Scalable Vector Graphics Working Group,

  http://www.w3.org/TR/2005/WD-SVGMobile12-20050413/animate.html is
unclear about animation that involves indirect values such as the
currentColor keyword for color properties. Existing implementations
are not interoperable for e.g.

  <rect color="green" fill="#000000" height="100" width="100">
    <animateColor attributeName="fill"
                  from="#000000" to="currentColor"
                  begin="0s" dur="3s" fill="freeze" />
  </rect>

Some will consider this illegal and perform no animation at all,
some consider this is discrete animation, and some do something
weird. Please change the draft such that processing for this case
is well-defined.

regards,
-- 
Björn Höhrmann · mailto:bjoern@hoehrmann.de · http://bjoern.hoehrmann.de
Weinh. Str. 22 · Telefon: +49(0)621/4309674 · http://www.bjoernsworld.de
68309 Mannheim · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/ 

Received on Monday, 4 July 2005 02:27:04 UTC