Open
Description
Describe the bug
Event though the Path2D implementation has been greatly improved over the last few versions (e.g. better API and support for subpaths), it is not possible today to create a Path2D using a SVG path.
Expected behavior
Extend or finalise the current Path2D implementation in melonJS to accept SVG path such as M173 102a51 51 0 1 1-13-30m20 37h-53
, so that SVG can properly be rendered/scaled/transformed/animated in WebGL.
Additional context
https://css-tricks.com/rendering-svg-paths-in-webgl/