mirror of
https://gitee.com/csharpui/CPF.git
synced 2025-06-28 13:34:09 +08:00
调整SVG细节
This commit is contained in:
parent
7f9eb19a7d
commit
8e4047fa0e
@ -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))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user