API Documentation for: 1.0.0
Show:

Graphics.StrokeStyle Class

Module: EaselJS

Graphics command object. See setStrokeStyle and append for more information.

Constructor

Graphics.StrokeStyle

(
  • width
  • [caps=butt]
  • [joints=miter]
  • [miterLimit=10]
  • [ignoreScale=false]
)

Parameters:

Item Index

Methods

Methods

exec

(
  • ctx
)

Defined in exec:2091

Execute the Graphics command in the provided Canvas context.

Parameters:

  • ctx CanvasRenderingContext2D

    The canvas rendering context

Properties

caps

String

Defined in caps:2077

One of: butt, round, square

joints

String

Defined in joints:2082

One of: round, bevel, miter

miterLimit

Number

Defined in miterLimit:2087

width

Number

Defined in width:2073