hardc0d3r: > how can i determine if the canvas has been moved or zoomed? is there a > function that i can call?
You can listen for SVGResize, SVGScroll and SVGZoom events. See: http://www.w3.org/TR/SVG11/interact.html#SVGEventsCompleteList -- Cameron McCormack, http://mcc.id.au/ xmpp:[EMAIL PROTECTED] ▪ ICQ 26955922 ▪ MSN [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
