Also enforce minimum gradient size in select mode

Oops
This commit is contained in:
adroitwhiz 2020-07-28 16:32:46 -04:00
parent 379599905a
commit 272a10c91f

View file

@ -314,7 +314,9 @@ const applyGradientTypeToSelection = function (gradientType, applyToStroke, text
itemColor1, itemColor1,
itemColor2, itemColor2,
gradientType, gradientType,
item.bounds item.bounds,
null, // radialCenter
item.strokeWidth
); );
} }
} }