1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-01 14:20:04 -04:00

epaint: Introduce ArcPieShape for Simplified Arc and Pie Rendering

Enables straightforward painting of arcs and pies using specified start and end angles.
This commit is contained in:
Varphone Wong
2024-07-17 16:41:26 +08:00
parent 8cfab39635
commit 4179e48e7a
7 changed files with 353 additions and 10 deletions

View File

@@ -200,6 +200,7 @@ impl PaintStats {
}
}
Shape::Noop
| Shape::ArcPie { .. }
| Shape::Circle { .. }
| Shape::Ellipse { .. }
| Shape::LineSegment { .. }