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:
@@ -200,6 +200,7 @@ impl PaintStats {
|
||||
}
|
||||
}
|
||||
Shape::Noop
|
||||
| Shape::ArcPie { .. }
|
||||
| Shape::Circle { .. }
|
||||
| Shape::Ellipse { .. }
|
||||
| Shape::LineSegment { .. }
|
||||
|
||||
Reference in New Issue
Block a user