diff --git a/src/helper/style-path.js b/src/helper/style-path.js index a1a589ff..3dd83f37 100644 --- a/src/helper/style-path.js +++ b/src/helper/style-path.js @@ -468,7 +468,6 @@ const getColorsFromSelection = function (selectedItems, bitmapMode) { // If the item's stroke width is 0, pretend the stroke color is null if (!item.strokeWidth) { strokeColorString = null; - strokeGradientType = GradientTypes.SOLID; } // Stroke color is fill color in bitmap