Canvas: added miterLimit support.

This commit is contained in:
Mátyás Mustoha 2015-04-09 10:20:55 +02:00
parent 74afd086d2
commit 93fa9e607a
15 changed files with 38 additions and 48 deletions

View file

@ -136,7 +136,7 @@ interface CanvasDrawingStyles {
attribute unrestricted double lineWidth; // (default 1)
//attribute DOMString lineCap; // "butt", "round", "square" (default "butt")
//attribute DOMString lineJoin; // "round", "bevel", "miter" (default "miter")
//attribute unrestricted double miterLimit; // (default 10)
attribute unrestricted double miterLimit; // (default 10)
// dashed lines
//void setLineDash(sequence<unrestricted double> segments); // default empty