animateTransform type="matrix"

animateTransform type="matrix"

the current Opera nightlies animate the attachment, though this is  
stated to be a regression.

What is the reason the WG chose not to support the matrix value?

it's not immediately clear to me how else this behaviour might be  
implemented...

regards

Jonathan Chetwynd
Accessibility Consultant on Media Literacy and the Internet
<svg xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
width="100%" height="100%" >

<rect x="0" y="0" width="100%" height="100%" fill="#888"/>
<g id="Q" transform="matrix(1 .3 0 .6 0 0)">
<animateTransform attributeType="XML"
attributeName="transform" type="matrix"
from="1 .3 0 .6 0 0" to="0 .4 .8 .6 0 0" dur="4s"
fill="freeze"/>
<text x="250" y="-15" fill="#800" font-size="40">Click to start/stop</
text>
<image id="P" x="250" y="0"
width="280" height="300" xlink:href="http://marble.sru.edu/~ddailey/
mp/p2.jpg" />
</g>
</svg>

Received on Wednesday, 31 October 2007 19:10:20 UTC