Open GoogleCodeExporter opened 9 years ago
This enhancement is worth to consider. I will think about it but probably it
won't be
included in the nearest release.
Original comment by michal.b...@gmail.com
on 23 Jan 2008 at 10:28
Just looked at the Canvas API and it appears that there is a "boolean
isPointInPath(in float x, in float y);" method that can be called to determine
whether an x/y coordinate falls within the current drawing path. This sounds
like it
could be used to determine whether the user actually clicked on the drawn line.
Original comment by xsegr...@gmail.com
on 23 Jan 2008 at 10:29
The attached file is a prototype of what I did to make the rectilinear
connection
selectable.
Original comment by xsegr...@gmail.com
on 23 Jan 2008 at 10:37
Attachments:
Original issue reported on code.google.com by
xsegr...@gmail.com
on 23 Jan 2008 at 9:47