Gjsify LogoGjsify Logo

GooCanvasPathCommandType specifies the type of each command in the path. See the path element in the Scalable Vector Graphics (SVG) specification for more details.

Index

Enumeration Members

CLOSE_PATH: number

close the current path, drawing a line from the current position to the start of the path.

CURVE_TO: number

draw a bezier curve using two control points to the given point.

ELLIPTICAL_ARC: number

draw an elliptical arc, using the given 2 radii, the x axis rotation, and the 2 flags to disambiguate the arc, to the given point.

HORIZONTAL_LINE_TO: number

draw a horizontal line to the given x coordinate.

LINE_TO: number

draw a line to the given point.

MOVE_TO: number

move to the given point.

QUADRATIC_CURVE_TO: number

draw a quadratic bezier curve using a single control point to the given point.

SMOOTH_CURVE_TO: number

draw a bezier curve using a reflection of the last control point of the last curve as the first control point, and one new control point, to the given point.

SMOOTH_QUADRATIC_CURVE_TO: number

draw a quadratic bezier curve using a reflection of the control point from the previous curve as the control point, to the given point.

VERTICAL_LINE_TO: number

draw a vertical line to the given y coordinate.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method