[svg-developers] Problem with getIntersectionList

2005-08-22 Thread sent1729
Hi all, I want to find all the elements that intersect a circle of a specified radius (I am using Batik squiggle browser). I have tried mySVGSVGElement.getIntersectionList(rect,referenceelement), but it only gives me the nodelist for the elements the intersects a specified rectangle. Is

Re: [svg-developers] Problem with getIntersectionList

2005-08-22 Thread Thomas DeWeese
Hi Nathan, sent1729 wrote: I want to find all the elements that intersect a circle of a specified radius (I am using Batik squiggle browser). I have tried mySVGSVGElement.getIntersectionList(rect,referenceelement), but it only gives me the nodelist for the elements the intersects a