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
0c67bba4
Commit
0c67bba4
authored
Nov 13, 2013
by
Tebjan Halm
Browse files
paintserver converter now checks for none
parent
c4bb1193
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/Painting/SvgPaintServerFactory.cs
View file @
0c67bba4
...
...
@@ -82,6 +82,9 @@ namespace Svg
{
if
(
destinationType
==
typeof
(
string
))
{
//check for none
if
(
value
==
SvgPaintServer
.
None
)
return
"none"
;
var
colourServer
=
value
as
SvgColourServer
;
if
(
colourServer
!=
null
)
...
...
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