Hi,

I use the following constructor of JSVGCanvas to disable text selection:

 public JSVGCanvas(SVGUserAgent ua,
                      boolean eventsEnabled,
                      boolean selectableText)

with the values (null, true, false)

However, when hovering the mouse over a text element the cursor still
changes into a text selection cursor. Is there a way to tell batik to not
use this cursor but use the usual pointer cursor?


Regards
Marco


---------------------------------------------------------------------
To unsubscribe, e-mail: batik-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: batik-users-h...@xmlgraphics.apache.org

Reply via email to