> On a more technical note. I've had trouble finding out how big the > viewable area is for an SVG document. If I'm scripting an SVG > document and I want to put a new shape on the screen but I want to > make sure it's viewable how can I know how much space I have to work with?
I'm sort of answering my own question here but still.... the closest solution to this I've found so far is the width and height properties of document.rootElement.getBBox() Is that the proper solution to the problem though? ----- 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/

