[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,11 +2075,9 @@
var hasLinearGradient = shape.getStrokeLinearGradientColorStops(); var hasLinearGradient = shape.getStrokeLinearGradientColorStops();
if (hasLinearGradient) { if (hasLinearGradient) {
this._strokeLinearGradient(shape); this._strokeLinearGradient(shape);
this.stroke();
} }
else {
shape._strokeFunc(this); shape._strokeFunc(this);
}
if (!strokeScaleEnabled) { if (!strokeScaleEnabled) {
this.restore(); this.restore();

2
konva.min.js vendored

File diff suppressed because one or more lines are too long