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
I've had this polyfill working great up until the release of Chrome 62 and above where it no longer works, giving the error message:
Uncaught TypeError: path.getPathSegAtLength is not a function
at Object.Svg.pathToVertices (matter-dev.js:7523)
at SVGPathElement.<anonymous> (Examples.js:14922)
Here is my page showing the error: http://brm.io/matter-js/demo/#terrain
(note that it's only the Terrain and Concave SVG Paths demos that use pathseg).
I've tested older versions of Chrome, plus the latest Firefox and Safari and they work fine.
Thank you for your work!
The text was updated successfully, but these errors were encountered:
No problem (and congrats!). Sorry I didn't expect that you had already patched the missing getPathSegAtLength before it got removed, so I'll try updating my version. Thanks for looking into it!
I've had this polyfill working great up until the release of Chrome 62 and above where it no longer works, giving the error message:
Here is my page showing the error: http://brm.io/matter-js/demo/#terrain
(note that it's only the Terrain and Concave SVG Paths demos that use pathseg).
I've tested older versions of Chrome, plus the latest Firefox and Safari and they work fine.
Thank you for your work!
The text was updated successfully, but these errors were encountered: