widget::canvas::path::Builder::arc does not correctly sweep clockwise in all cases as documented #2669
Open
4 tasks done
Labels
bug
Something isn't working
Is your issue REALLY a bug?
Is there an existing issue for this?
Is this issue related to iced?
What happened?
When calling the arc method on iced_graphics::geometry::path::builder::Builder and supplying a iced_graphics::geometry::path::arc::Arc constructed like:
and another constructed like:
the same arc is drawn on the canvas. See below images, note that one center point has been moved so you can see it.
What is the expected behavior?
I would expect the sweep of the arc to go clockwise from start_angle to end_angle in both cases.
Version
master
Operating System
Windows
Do you have any log output?
No response
The text was updated successfully, but these errors were encountered: