Hi Marcel, yes, you can change presentation attributes, such as stroke-width or stroke-dasharray on a group element.
Its more complicated with the radius of a circle or the width and height of a rect, but if you use <symbol/> and <use/> elements it should be enough to change the symbol definitions and the use- elements inherit the changes. It works well in my experience in most viewers, except Batik. As an alternative you could loop through all children of a group and change the attributes. Andreas --- In [email protected], "Marcel" <[EMAIL PROTECTED]> wrote: > > Hallo, > > I am trying to get some elements changed everytime I zoom in or out. > The attributes changed are line-width from line-elements in the > examples. > > I tried a circle width its radius. And rectangles with width and > height. > > Is there a chance to change hole groups or symbols? > Or do I need another function which reset changes set by zoom in/ out? > > Thaks for all hints... > > Marcel > ------------------------ Yahoo! Groups Sponsor --------------------~--> Check out the new improvements in Yahoo! Groups email. http://us.click.yahoo.com/6pRQfA/fOaOAA/yQLSAA/1U_rlB/TM --------------------------------------------------------------------~-> ----- 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/ <*> 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/

