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

Hi, is Path2D supported? #8

Open
lidaof opened this issue Aug 4, 2019 · 4 comments
Open

Hi, is Path2D supported? #8

lidaof opened this issue Aug 4, 2019 · 4 comments

Comments

@lidaof
Copy link

lidaof commented Aug 4, 2019

Hi there, thanks for the library.
Is Path2D supported? https://developer.mozilla.org/en-US/docs/Web/API/Path2D/Path2D

@jagenjo
Copy link
Owner

jagenjo commented Aug 4, 2019

The problem is that Path2D doesnt have any method to read back the information stored inside a Path2D, so my only solution would be to create an analogous Path2D version will all the methods, which would take some time. But I will consider it for future version.

I will leave the issue open.

@AndreyAndreyevich
Copy link

Any recent updates on this?

@jagenjo
Copy link
Owner

jagenjo commented May 15, 2020

Still not possible, browsers do not give you access to the points of a Path2D.

@andrewdevcup
Copy link

Still not possible, browsers do not give you access to the points of a Path2D.

Can you back up the points of the Path2D into an internal array?

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

No branches or pull requests

4 participants