mirror of
https://github.com/konvajs/konva.git
synced 2025-04-05 20:48:28 +08:00
add lineDashOffset support to context
This commit is contained in:
parent
b0c6dc5fb1
commit
6c95612677
@ -51,6 +51,7 @@
|
||||
'shadowOffsetX',
|
||||
'shadowOffsetY',
|
||||
'lineCap',
|
||||
'lineDashOffset',
|
||||
'lineJoin',
|
||||
'lineWidth',
|
||||
'miterLimit',
|
||||
|
@ -44,6 +44,7 @@ suite('Context', function() {
|
||||
'shadowOffsetX',
|
||||
'shadowOffsetY',
|
||||
'lineCap',
|
||||
'lineDashOffset',
|
||||
'lineJoin',
|
||||
'lineWidth',
|
||||
'miterLimit',
|
||||
|
Loading…
Reference in New Issue
Block a user