Load a svg path from a string in phaser 3

How can I load a string into a path and check if a object is inside that path.?

I think you would have to parse the SVG string and then create a Path in Phaser.

1 Like