On May 11, 2006, at 10:27 AM, Phi Tran wrote: > So far there is not a set of formula for you to do that. What I > tell you is > my real life experience that I got from doing the SVG view. > > In you case istaed of > < g style="transform="translate(3,42)"> > <rect style="transform="translate(5,6)" .... X1 xxx> > /g> > > you can combine like this > <rect style="transform="translate(8,48)" .... X1 xxx> > > // that this. 6+2=8; 6+42=48 I Follow the rule.
Phi- I understand that and that way of doing it is documented. However, it also makes for a lot of redundant attributes, or deeply nested groups. I don't like that, but I guess there is no way around that at this time? It would be nice if the current group was named and I could (re)set (ie: update) its attributes with a command like this: <set g="current" transform="translate(1,1)" xxx/> to reset the attribute at the time of processing; and even make the set implicit to g="current" so I don't have to refer to it as that is the deepest context anyways. Otherwise, svg gets verbose and redundant. thanks!- -lance [Non-text portions of this message have been removed] ------------------------ Yahoo! Groups Sponsor --------------------~--> Everything you need is one click away. Make Yahoo! your home page now. http://us.click.yahoo.com/AHchtC/4FxNAA/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/

