Qian Li:
> I have download the SVN from
> http://svn.apache.org/repos/asf/xmlgraphics/batik/trunk/
> 
> I have used ant jars to generate jar files, and I use
> batik-1.7/batik.jar as my library.
> However the mouse click getButton() still always returns me 1.
> 
> Do you know what maybe wrong? Do you mind send me the related jar file
> which I can use? Thank  you so much for your help.

Do you have an example document/program that doesn’t work?  This
document works for me, for example:

  <svg xmlns='http://www.w3.org/2000/svg' width='400' height='300'>
    <rect width='100' height='100' onclick='alert(evt.button)'/>
  </svg>

-- 
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]

Reply via email to