Commit 391de872 authored by Tebjan Halm's avatar Tebjan Halm
Browse files

changed defautl of colour server back to balck

Showing with 1 addition and 1 deletion
+1 -1
......@@ -13,7 +13,7 @@ namespace Svg
/// </summary>
public static readonly SvgPaintServer NotSet = new SvgColourServer();
public SvgColourServer() : this(Color.Transparent)
public SvgColourServer() : this(Color.Black)
{
}
......
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