Skip to content

Commit 2ae810b

Browse files
committed
Update SKSvg.cs
1 parent 828d614 commit 2ae810b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Svg.Skia/SKSvg.cs

-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ public static void Draw(SKCanvas skCanvas, string path)
5858
var svgDocument = SvgDocument.Open<SvgDocument>(path, null);
5959
if (svgDocument != null)
6060
{
61-
svgDocument.FlushStyles(true);
6261
return svgDocument;
6362
}
6463
return null;
@@ -76,7 +75,6 @@ public static void Draw(SKCanvas skCanvas, string path)
7675
var svgDocument = SvgDocument.Open<SvgDocument>(memoryStream, null);
7776
if (svgDocument != null)
7877
{
79-
svgDocument.FlushStyles(true);
8078
return svgDocument;
8179
}
8280
}

0 commit comments

Comments
 (0)