[WIP] rebuild

This commit is contained in:
MaxGraey 2018-03-07 17:06:19 +02:00
parent f5cd56d9d0
commit eb1ff90d58
2 changed files with 3 additions and 5 deletions

View File

@ -2075,12 +2075,10 @@
var hasLinearGradient = shape.getStrokeLinearGradientColorStops();
if (hasLinearGradient) {
this._strokeLinearGradient(shape);
this.stroke();
}
else {
shape._strokeFunc(this);
}
shape._strokeFunc(this);
if (!strokeScaleEnabled) {
this.restore();
}

2
konva.min.js vendored

File diff suppressed because one or more lines are too long