-
Notifications
You must be signed in to change notification settings - Fork 357
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
Draw clock with using DrawArc provide unexpected result #37
Comments
Can you post the code? |
Yes, sure:
|
I pushed a fix. |
I redesign code and before draw arc make LineTo to start arc point and it fix problem. Little later I replace DrawArc on series of LineTo call instead DrawArc and Fill. |
Nice! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I start implement clock widget and use your 2D render. My result is
I can not understand how to draw sector. I am start drawing from 150, 150 and call DrawArc.
It create path from 150, 150 to right draw arc and later I expect return back in 150, 150 but
I receive wrong join path. How to draw direct line.
The text was updated successfully, but these errors were encountered: