Add Arc drawing mode to the Shape tool and the associated angle gizmos (#2757)

* implement arc gizmo handler

* fixed wrapping need to fix snapping and overlays

* fixed all the issues

* Code review

---------

Co-authored-by: Keavon Chambers <keavon@keavon.com>
This commit is contained in:
0SlowPoke0
2025-07-26 14:55:38 -07:00
committed by GitHub
co-authored by Keavon Chambers
parent a1796dbc08
commit 3a8c1b6f97
14 changed files with 691 additions and 26 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ pub enum GridType {
#[widget(Radio)]
pub enum ArcType {
#[default]
Open,
Open = 0,
Closed,
PieSlice,
}