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 2D arcTo assumes current transform is invertible #1808

Open
junov opened this issue Sep 21, 2016 · 0 comments
Open

Canvas 2D arcTo assumes current transform is invertible #1808

junov opened this issue Sep 21, 2016 · 0 comments
Assignees

Comments

@junov
Copy link
Member

junov commented Sep 21, 2016

The steps for the arcTo method of CanvasPathMethods require inverting the current transform matrix, which may be non-invertible. The behavior in the case where the matrix is non-invertible is not currently specified. Furthermore, a current transform matrix may not even exist, for example when building a Path2D object. The step involving the CTM needs to have some kind of branch to handle that case.

@junov junov self-assigned this Sep 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant