mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2025-01-24 13:19:54 -05:00
Also enforce minimum gradient size in select mode
Oops
This commit is contained in:
parent
379599905a
commit
272a10c91f
1 changed files with 3 additions and 1 deletions
|
@ -314,7 +314,9 @@ const applyGradientTypeToSelection = function (gradientType, applyToStroke, text
|
||||||
itemColor1,
|
itemColor1,
|
||||||
itemColor2,
|
itemColor2,
|
||||||
gradientType,
|
gradientType,
|
||||||
item.bounds
|
item.bounds,
|
||||||
|
null, // radialCenter
|
||||||
|
item.strokeWidth
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue