mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-04-23 07:14:43 +00:00
rename to strokeDashArray
This commit is contained in:
parent
092c81272e
commit
3f9fc4c745
1 changed files with 1 additions and 1 deletions
|
|
@ -171,7 +171,7 @@
|
|||
strokeWidth: this.width,
|
||||
strokeLineCap: this.strokeLineCap,
|
||||
strokeLineJoin: this.strokeLineJoin,
|
||||
strokeDashArray: this.lineDashArray,
|
||||
strokeDashArray: this.strokeDashArray,
|
||||
originX: 'center',
|
||||
originY: 'center'
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue