On 07/18/2012 07:30 AM, m...@mherrn.de wrote:
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?


What about overriding SVGUserAgent.getUserStyleSheetURI() and return an stylesheet that change the default cursor for text elements?


Regards
Marco


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



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