diff --git a/CPF/Svg/SVG.cs b/CPF/Svg/SVG.cs index 3a628be..b8cca2c 100644 --- a/CPF/Svg/SVG.cs +++ b/CPF/Svg/SVG.cs @@ -520,7 +520,7 @@ namespace CPF.Svg } else { - if (item.Fill.Color != null) + //if (item.Fill.Color != null) { using (var brush = item.Fill.FillBrush.CreateBrush(item.Geometry.GetBounds(), Root.RenderScaling)) {