mirror of
https://github.com/konvajs/konva.git
synced 2025-11-24 08:46:44 +08:00
add lineDashOffset support to context
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user