On Mon, 02 Apr 2007 16:24:32 +0200, frevi815 <[EMAIL PROTECTED]> wrote:
> Thanks! > > But to use setMatrix I have to write: > e.transform.baseVal.getItem(0).setMatrix(matrix) (in firefox) Of course, you are correct, my initial reading was too quick. Since transform.baseVal is an SVGTransformList and not an SVGTransform your first code-example seems like the correct way to do it. > Is there any way to avoid this? Not that I can think of atm, except of course the setAttribute(NS) way. > Sorry about the SVGT 1.2 bit. I didn't think about checking the > appendix. But... after doing that I have a question. It seems like > there is no skew-transform? That there are no mSkewX/Y methods does seem a bit strange. > (except for some strange type attribute > for animateTransform..?) What's so strange about that? :) <animateTransform type="rotate" values="45 160 160;90 160 160" .../> The type attribute just says that any provided values in attributes values/from/by/to are of the given transform-type (in the example here: rotate). /Erik -- Using Opera's revolutionary e-mail client: http://www.opera.com/mail/ ----- 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/

