mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Canvas: added miterLimit support.
This commit is contained in:
parent
74afd086d2
commit
93fa9e607a
15 changed files with 38 additions and 48 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue