调整SVG细节

This commit is contained in:
小红帽 2024-01-21 16:51:47 +08:00
parent 7f9eb19a7d
commit 8e4047fa0e

View File

@ -520,7 +520,7 @@ namespace CPF.Svg
} }
else else
{ {
if (item.Fill.Color != null) //if (item.Fill.Color != null)
{ {
using (var brush = item.Fill.FillBrush.CreateBrush(item.Geometry.GetBounds(), Root.RenderScaling)) using (var brush = item.Fill.FillBrush.CreateBrush(item.Geometry.GetBounds(), Root.RenderScaling))
{ {