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 Released
|
High
|
Unassigned |
Bug Description
The Cuis's VectorGraphics engine detects points colision with those lines 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
description: | updated |
Changed in drgeo: | |
milestone: | 23.03 → wip |
Changed in drgeo: | |
milestone: | wip → 23.06 |
Changed in drgeo: | |
status: | Fix Committed → Fix Released |
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.