Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Canvas support: antiClockwise in function arc(x, y, radius, startAngle, endAngle, antiClockwise) is not work #565

Open
1 task done
from-zero opened this issue Mar 5, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@from-zero
Copy link

Affected version

0.16.8

Flutter versions

3.16.5

No same issues found.

  • Yes, I search all issues but not found.

Steps to Reproduce

draw a circle in canvas, use arc(x, y, radius, startAngle, endAngle, antiClockwise)

Code example

ctx.arc(
circleObj.x,
circleObj.y,
circleObj.radius,
circleObj.startAngle,
circleObj.endAngle,
true // 逆时针
);

Expected results

The results I hope:
want

Actual results

actually
@from-zero from-zero added the bug Something isn't working label Mar 5, 2024
@andycall andycall self-assigned this Mar 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants