I am aware of this link for details on implementation status for SVG in Firefox 1.5:
http://www.mozilla.org/projects/svg/status-ff15.html It doesn't seem to discuss getClientX() or getBBox() -- is that because those are just little goodies that Adobe added into ASV3.0 that are not really part of SVG scripting support? Or am I just doing something wrong. I tried to work around the aparent absence of these things with statements like: if (evt.getClientX()) { .. do something ...} or if (canvas.getBBox()){ xmax=canvas.getBBox().width ymax=canvas.getBBox().height } else {xmax=640;ymax=400} but to no apparent avail. The test "if (object)" to mean "if object has been defined" seems not to work the way I expect it to in the HTML world. What am I misunderstanding? TIA, dd ------------------------ Yahoo! Groups Sponsor --------------------~--> Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life. http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/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/

