Re: SVGZoom

> The SVGSVGElement interface has a currentScale attribute available for
> this purpose.

Thanks!

As an interesting point, the event that I receive when the zoom 
happens seems to be a simple UIEvent that doesn't include the handy 
fields (like "newScale") defined in the ECMAScript Language Binding 
for SVG. (http://www.w3.org/TR/2001/REC-SVG-20010904/ecmascript-
binding.html)

It's also curious that my handler gets called twice whenever I 
perform the zoom.

Jason Foster

Received on Thursday, 22 November 2001 17:16:40 UTC