phaser - v4.0.0-rc.4
    Preparing search index...

    The Matter.Svg module contains methods for converting SVG images into an array of vector points.

    See the included usage examples.

    Svg

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Converts an SVG path into an array of vector points. If the input path forms a concave shape, you must decompose the result into convex parts before use. See Bodies.fromVertices which provides support for this. Note that this function is not guaranteed to support complex paths (such as those with holes).

      Parameters

      • path: SVGPathElement
      • OptionalsampleLength: number

      Returns MatterJS.Vector[]

      points

      pathToVertices