Function dashedPath

    • SVG path d for a dashed stroke through segments — one M…L…/A… run per dash. Use with <path fill="none">.

      Parameters

      • segments: Segment[]
      • opts: DashOpts = {}

      Returns string