From 8e4047fa0ee8f547739fad59dfb0d4e91c9f838f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E7=BA=A2=E5=B8=BD?= <761716178@qq.com> Date: Sun, 21 Jan 2024 16:51:47 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4SVG=E7=BB=86=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CPF/Svg/SVG.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) {