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
{{ message }}
This repository has been archived by the owner on Nov 5, 2022. It is now read-only.
I found out the canvas.js file relies on old and broken svg parser.
See for example #18.
And still after fixing the reference/syntax errors, the polyfill results is bad (paths are not properly respected, etc.).
When using canvasv5.js + svgpath.js together, this polyfill works as expected.
When coming on this repo it's not clear which file should be used if we do not want to rely on bower to get the file, and even the code snippet tells us to rely on canvas.js.
To avoid frustration just update the canvas.js with the latest svg parser.
Br.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I found out the
canvas.js
file relies on old and broken svg parser.See for example #18.
And still after fixing the reference/syntax errors, the polyfill results is bad (paths are not properly respected, etc.).
When using
canvasv5.js
+svgpath.js
together, this polyfill works as expected.When coming on this repo it's not clear which file should be used if we do not want to rely on bower to get the file, and even the code snippet tells us to rely on
canvas.js
.To avoid frustration just update the canvas.js with the latest svg parser.
Br.
The text was updated successfully, but these errors were encountered: