Canvas2DtoWebGL
Canvas2DtoWebGL copied to clipboard
Hi, is Path2D supported?
Hi there, thanks for the library. Is Path2D supported? https://developer.mozilla.org/en-US/docs/Web/API/Path2D/Path2D
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.
Any recent updates on this?
Still not possible, browsers do not give you access to the points of a Path2D.
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?