rename to strokeDashArray

This commit is contained in:
Thomas Kaltz III 2015-01-15 13:37:28 -08:00
parent 092c81272e
commit 3f9fc4c745

View file

@ -171,7 +171,7 @@
strokeWidth: this.width,
strokeLineCap: this.strokeLineCap,
strokeLineJoin: this.strokeLineJoin,
strokeDashArray: this.lineDashArray,
strokeDashArray: this.strokeDashArray,
originX: 'center',
originY: 'center'
});