After building the page at 
http://srufaculty.sru.edu/david.dailey/svg/triangles4h.svg (visible 
in either IE/ASV or Opera 9.23), I decided it would be cool to let 
the various linear gradients rotate, sort of like in 
http://srufaculty.sru.edu/david.dailey/svg/triangles4i.svg (you may 
have to wait a moment after the grid is built for the SMIL to start) 
-- but this uses

<linearGradient id="g"  fy="0" gradientTransform="rotate(45 .5 .5)">
  <animate attributeName="x1" dur="5s" values="0; 1"
  repeatCount="indefinite"/>
   <animate attributeName="y2" dur="7s" values="0; 1; 0"
  repeatCount="indefinite"/>
[...]

instead of what I wanted to do:

<linearGradient id="g"  fy="0" gradientTransform="rotate(45 .5 .5)">
  <animate attributeName="gradientTransform" dur="5s" 
values="'rotate(0 .5 .5)'; 'rotate(360 .5 .5)'"
  repeatCount="indefinite"/>

My reading of the SVG1.1 spec suggests that gradientTransform should 
be animateable

but the instance of it at 
http://srufaculty.sru.edu/david.dailey/svg/triangles4j.svg
only works in Opera (not in IE) -- is this a bug in IE/ASV, as I 
rather suspect,  or am I doing something wrong?

Is there a list of known bugs in IE/ASV ?

David



-----
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
---- 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/svg-developers/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/svg-developers/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 

Reply via email to