Mouse over detection on cricle, arc, locus
Bug #2009265 reported by
hilaire
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Dr. Geo |
Fix Committed
|
High
|
Unassigned |
Bug Description
The Cuis's VectorGraphics engine detects points colision with those line as filled surface. DrGeo needs detecting only the perimeter line.
Add the appropriate methods for these circle, arc and locus morph so colision is done only with the line, not the surface.
Related branches
To post a comment you must log in.
For those morphs that can't rely on the VectorGraphics detection method with pixel, we use the math model and closestPointTo: method for proximity detection.