animate-elem-46-t.svg

Hi,

This test contains the following:

<animate xlink:href="#textID_1" attributeName="font-size"
values="30;12;30" dur="3s" fill="freeze"/>

However font-size is should have units if it is defined by CSS and the
default value for attributeType is "auto" which means use CSS if
possible. Thus this animation is invalid.

Can the three animations of font-size in the test be changed so that either

a) they specify attributeType="XML"

or

b) specify units for the font-size values.

I'd suggest a) is simplest

Best regards

Robert.

Received on Sunday, 6 June 2010 08:49:41 UTC