Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PathParser

Hierarchy

  • SVGPathData
    • PathParser

Index

Constructors

Properties

angles: number[] = []
command: Command = null
commands: Command[] = ...
control: Point = ...
current: Point = ...
i: number = -1
points: Point[] = []
previousCommand: Command = null
start: Point = ...

Methods

  • addMarkerAngle(point: Point, angle: number): void
  • getAsControlPoint(xProp?: string, yProp?: string): Point
  • getAsCurrentPoint(xProp?: string, yProp?: string): Point
  • getMarkerAngles(): number[]
  • getMarkerPoints(): Point[]
  • getPoint(xProp?: string, yProp?: string): Point
  • getReflectedControlPoint(): Point
  • isEnd(): boolean
  • reset(): void

Generated using TypeDoc