Re: Problem with nodeHitAt

2004-11-23 Thread Thomas DeWeese
Mathias Kalb wrote: when I call "nodeHitAt" at the root node I get "null" if the mouse is over the stroke of a node. How can I make this area sensitive for the mouse? I create the SVGDocument with a SAXSVGDocumentFactory from an InputStream. It should be (i.e. it works for me) unless you are pla

Problem with nodeHitAt

2004-11-23 Thread Mathias Kalb
Hello, when I call "nodeHitAt" at the root node I get "null" if the mouse is over the stroke of a node. How can I make this area sensitive for the mouse? I create the SVGDocument with a SAXSVGDocumentFactory from an InputStream. Thanks! Mathias Kalb