Re: Avoid text cursor over text elements
| Newsgroups | gmane.text.xml.batik.user |
|---|---|
| Message-ID | <[email protected]> |
> What about overriding SVGUserAgent.getUserStyleSheetURI() and return an > stylesheet that change the default cursor for text elements? That was a point in the right direction. I now set the cursor attribute on the outermost SVG element to achieve this. Thanks Marco