I've looked all throughout the SVG 1.0 and SVG 1.1 specs. After a while, I found that to create an SVGZoomEvent, you use the 'SVGZoomEvents' string like: var evt = document.createEvent('SVGZoomEvents'); BUT nowhere in the specs (unless I'm blind) does it mention an initSVGZoomEvent. The IDL doesn't specify anything extra for an SVGEvent, so initEvent would work for a document.createEvent('SVGEvent'), but what about the SVGZoomEvent? The specs define 5 extra properies on top of the UIEvent interface. Shouldn't there be an initSVGZoomEvent method? Thanks for any info, Jason DavisReceived on Saturday, 13 July 2002 13:30:43 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Wednesday, 27 October 2010 18:13:32 GMT