Hi...

I am facing a problem while highlighting the Q3Canvas items...
I have drawn few CanvasLines which criss cross each other...
now i have activated the Mouse events on it.. when clicked on the any item it returns me the point...
with the point using the collisions function of Canvas am able to extract all the items... but when i compare it with my list of Canvas Line, it returns me the first line drawn always no matter which one i click...

Note: When i removed the criss-crossing of them and each set of lines were independent and not overlapping, i was returned the exact item on which i had clicked... The problem comes when the lines cut eachother i.e. there is atleast one intersection point between them..

what can be the solution to this problem....
i am finding it hard to come up with a solution...

Thank you.

with regards,
Kapil