"Samples/vscode:/vscode.git/clone" did not exist on "28333a398173effcdf96204ce6cf1e62c6068c93"
Commit 391de872 authored by Tebjan Halm's avatar Tebjan Halm
Browse files

changed defautl of colour server back to balck

parent 0abe828b
...@@ -13,7 +13,7 @@ namespace Svg ...@@ -13,7 +13,7 @@ namespace Svg
/// </summary> /// </summary>
public static readonly SvgPaintServer NotSet = new SvgColourServer(); 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