miterLimit property
double
get
miterLimit
The CanvasRenderingContext2D.miterLimit
property of the
Canvas 2D API sets the miter limit ratio.
Note: For more info about miters, see Applying styles and color in the Canvas tutorial.
Implementation
external double get miterLimit;
set
miterLimit
(num value)
Implementation
external set miterLimit(num value);