We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d10eb30 + eb7b15d commit 39f39fbCopy full SHA for 39f39fb
1 file changed
src/components/Canvas/KonvaObject.tsx
@@ -609,6 +609,7 @@ function KonvaObjectInner({
609
height={h}
610
stroke={isSelected ? "#6366f1" : stroke}
611
strokeWidth={isSelected ? Math.max(strokeWidth, 1.5) : strokeWidth}
612
+ strokeScaleEnabled={false}
613
fill={fill}
614
cornerRadius={cornerRadius}
615
draggable
@@ -645,6 +646,7 @@ function KonvaObjectInner({
645
646
radiusY={ry}
647
648
649
650
651
652
onClick={(e) =>
0 commit comments