hi, a crash is always a bug in my opinion. No matter if you code is valid or not. If your code isn't valid, it should not crash but display an error message.
Since it works in ASV, and in case it validates in an XML editor against the SVG1.1 dtd (which I didn't try), than it is an additional bug, if it doesn't work in Opera. Please file a bug at https://bugs.opera.com/ btw: in your code I saw that you make a reference to svgDoc with "svgDoc=O.ownerDocument;" This isn't really necessary. All the SVG viewer I know support the document object directly, without having to make a reference to it. "document" just exists automatically, just like "window". Andreas --- In [email protected], David Dailey <[EMAIL PROTECTED]> wrote: > > I don't know if this is a bug or not but the following page > http://srufaculty.sru.edu/david.dailey/svg/test3.svg > makes Opera 9 crash. The page works okay in IE/ASV, if you have > enough horses under the hood. > > It uses JavaScript to insert a bunch of <animate> tags into a DOM > (I'm trying to overload the browser with too much SMIL and JavaScript > animation to do some calibration, e.g., at > http://srufaculty.sru.edu/david.dailey/svg/timer.html) > > Though I can't certify that my code is proper, it does seem as though > crashing is a bit of an overreaction to bad syntax. > > Advice? > > David > ----- 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/

