Tonny Kohar wrote: >> In addition, I would like to know if there is any way >> to quickly free up memory for a canvas that has become hidden >> and be able to quickly switch back to it. > > According to SVG Spec, you could set the display attribute to none, but > I am not sure whether Batik adhere to this particular spec attribute or > not. From my test, it Batik comply with the spec, but to be sure maybe > Thomas know the answer?
If you set display to none Batik will dispose the rendering tree associated with the subtree. ----- 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/

