ixfx
    Preparing search index...

    Function paths

    • Draws one or more paths. supported paths are quadratic beziers and lines.

      Parameters

      • ctx: CanvasRenderingContext2D
      • pathsToDraw: Geometry.Path | readonly Geometry.Path[]
      • opts: { debug?: boolean; strokeStyle?: string } = {}

      Returns void