-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
add context2d setLineDash() and lineDashOffset. #3169
Conversation
Only IE11 failed. I have no idea what to do. |
2b4b6e8
to
61eb7cc
Compare
61eb7cc
to
376a3ae
Compare
Fixed CI tests. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR :) Looks good so far. But I think we should add the getLineDash
method, as well.
Added getLineDash(). However, the CI test failed. There seems to be a problem with saucelabs. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good now, thanks! I've restarted the job.
Mmh doesn't seem to help. Looks like |
Thank you. 😄 |
I added
setLineDahs()
andlineDashOffset
to context2d.When I ran the local test, the two tests below failed, but the base master branch also failed, so I register this PR.