Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SVGPath

Hierarchy

  • SVGPath

Index

Constructors

Properties

Methods

Constructors

constructor

  • new SVGPath(cmds: string, x?: undefined | number, y?: undefined | number): SVGPath

Properties

Private cmds

cmds: string

Private Optional x

x: undefined | number

Private Optional y

y: undefined | number

Methods

lineTo

  • lineTo(x: number, y: number): this

moveTo

  • moveTo(x: number, y: number): this

toString

  • toString(): string

Generated using TypeDoc