In Matter.js, using SVG objects created “fromVertices” I can’t “applyForce” or setVelocity on those bodies
When adding convex SVGs to a matter.js canvas (using the polyfills so they look fine) the movement of these bodies when forces are applied is not correct. I can barely move the bodies at all even when applying forces or setting velocity directly.