Commit a8ae07cc authored by Tebjan Halm's avatar Tebjan Halm
Browse files

writer stream will not be closed

parent b044459f
...@@ -394,7 +394,7 @@ namespace Svg ...@@ -394,7 +394,7 @@ namespace Svg
this.WriteElement(xmlWriter); this.WriteElement(xmlWriter);
xmlWriter.Close(); xmlWriter.Flush();
Thread.CurrentThread.CurrentCulture = previousCulture; Thread.CurrentThread.CurrentCulture = previousCulture;
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment