Hello,

I am working with ASV3 in IE6. I may just have spent too long 
looking at my own code, but ...

I need to cater for different monitor resolutions, but don't know 
how to script or have extensive SVG knowledge. I currently keep my 
files in three (directory-)versions: S,M,L - which differ only by 
their scaling factor:

<g "id= total" transform="scale(1.5)">
 .
 . all my code, including "button" group
 .
</g>

I would prefer to let the user change resolution per button-click 
and think I should be able to do this with animateTransform.

I have tried:
1) making the animation a sub-element of the group "total" with 
   begin="button.click"
2) making the animation a sub-element of "button" with 
   xlink:href="#total" begin="click"
3) same as 2) but with "button" taken outside of group "total" 
and had no success with any variant.

According to the ASV Implementation-Status doc, this appears to be 
supported, so I'm wondering if there are any special pitfalls,
implementation probs, etc, that I should be aware of?

TIA for any feedback,
Natalie




-----
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