mirror of
https://github.com/konvajs/konva.git
synced 2025-04-05 20:48:28 +08:00
[WIP] rebuild
This commit is contained in:
parent
f5cd56d9d0
commit
eb1ff90d58
6
konva.js
6
konva.js
@ -2075,12 +2075,10 @@
|
|||||||
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
2
konva.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user