Hi James,

James Shaw wrote:
Batik CVS 19/03/2005

I have called JSVGCanvas.setDisableInteractions(true), but the canvas still allows scale, rotate and pan using the shift and ctrl keyboard modifiers in conjunction with left and right mouse buttons. Am I missing something blindingly obvious? ;-)

The state of disabling is reset during document install (after the document is parsed but before onload or the first rendering). So if you are setting it before any document is loaded it won't work. The reason it is done here is to support the 'zoomAndPan' attribute.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to