miterLimit property
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;
Implementation
external set miterLimit(num value);