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

Remove closePath() #194

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Remove closePath() #194

wants to merge 1 commit into from

Conversation

manstie
Copy link

@manstie manstie commented Sep 29, 2022

closePath "attempts to add a straight line from the current point to the start of the current sub-path" so for a straight line it does nothing, and for a curve it draws back to the start point so if you draw quickly you get an ugly two line effect.

image

closePath "attempts to add a straight line from the current point to the start of the current sub-path" so for a straight line it does nothing, and for a curve it draws back to the start point so if you draw quickly you get an ugly two line effect.
@brinley
Copy link
Owner

brinley commented Sep 30, 2022

Have you done much cross browser testing? especially in older browsers?

@manstie
Copy link
Author

manstie commented Sep 30, 2022

It works to specification in IE11
image

I would assume it appears the same for all browsers listed in the compatibility table here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants