You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sets the line dash pattern used when stroking lines. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/setLineDash) for more information.
1599
+
Sets the line dash pattern used when stroking lines. Possible values are:
1600
+
1601
+
+ `'solid'`
1602
+
+ `'dashed'`
1603
+
+ `'dotted'`
1604
+
+ `number` / `number` array. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/setLineDash) for more information.
1600
1605
1601
1606
###${prefix} lineDashOffset(number) = 0
1602
1607
1603
1608
Sets the line dash offset used when stroking lines. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/lineDashOffset) for more information.
0 commit comments