mirror of
https://github.com/konvajs/konva.git
synced 2025-10-15 12:34:52 +08:00
strokeWidth = 0 bug fix
This commit is contained in:
@@ -289,6 +289,7 @@ export class Shape extends Node {
|
||||
hasStroke() {
|
||||
return (
|
||||
this.strokeEnabled() &&
|
||||
this.strokeWidth() &&
|
||||
!!(this.stroke() || this.strokeLinearGradientColorStops())
|
||||
// this.getStrokeRadialGradientColorStops()
|
||||
);
|
||||
|
Reference in New Issue
Block a user