> Feel free to inspect the code that currently does the intersection > testing at: > batik.bridge.SVGSVGElementBridge > > I don't think you will find significant optimizations in that > code.
Ok, at first sight, SVGSVGElement and/or gvt modifications should do well… Mea culpa, I don't mean to do optimizations in a strict geometrical or batikish POV but rather as our end users' POV. > What you might consider doing (at the cost of memory) would be > to 'duplicate' your lines with a wider stroke (probably using a 'use' > element). You can make the duplicate invisible (fill="none" stroke="none") > but still sensitive to mouse events (pointer-events="all"). We have CAD Schemas and for some of them we have quite a lot of primitives. We have thought about that already some times ago but it seems to us that the performance and the memory usage will really suffer. Renaud --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
