Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ImportedProjects
SVG
Commits
391de872
"Samples/vscode:/vscode.git/clone" did not exist on "28333a398173effcdf96204ce6cf1e62c6068c93"
Commit
391de872
authored
Nov 13, 2013
by
Tebjan Halm
Browse files
changed defautl of colour server back to balck
parent
0abe828b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/Painting/SvgColourServer.cs
View file @
391de872
...
@@ -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
)
{
{
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment