You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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/
The text was updated successfully, but these errors were encountered: