You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My hardware is compatible and my graphics drivers are up-to-date.
What happened?
The native implementation of path::Builder::arc_to simply draws one straight line to the first point provided and then draws an arc to the endpoint.
Any usage of arc_to will reproduce this behavior.
What is the expected behavior?
I expected iced_graphics's arc_to to act like CanvasRenderingContext2D.arcTo, which takes a control point and draws two straight lines between the starting point and the ending point connected by an arc,
Version
0.4
Operative System
Windows
Do you have any log output?
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Is this issue related to iced?
What happened?
The native implementation of
path::Builder::arc_to
simply draws one straight line to the first point provided and then draws an arc to the endpoint.Any usage of
arc_to
will reproduce this behavior.What is the expected behavior?
I expected
iced_graphics
'sarc_to
to act likeCanvasRenderingContext2D.arcTo
, which takes a control point and draws two straight lines between the starting point and the ending point connected by an arc,Version
0.4
Operative System
Windows
Do you have any log output?
No response
The text was updated successfully, but these errors were encountered: