Avoid text cursor over text elements
| Newsgroups | gmane.text.xml.batik.user |
|---|---|
| Message-ID | <[email protected]> |
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