(I'm using 1.5beta3 on win2k with java1.3)
Is there a list of events that have been implemented?
I'm trying to get this to work in Batik:
<svg .... onzoom="zoomTest(evt)">
<script ....>
function zoomTest(evt){
alert("Zoom is: "+evt.target.ownerDocument.rootElement.currentScale)
}
</script>
</svg>
In ASV3 the alert shows when zooming in/out.
In Batik it doesn't...
Thanks,
Richard.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]