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
6a17e694
Commit
6a17e694
authored
Sep 17, 2013
by
Tebjan Halm
Browse files
Merge pull request #21 from rokam/master
Fix when fill="none"
parents
ded01d09
f154448a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/Painting/SvgPaintServerFactory.cs
View file @
6a17e694
...
...
@@ -50,7 +50,7 @@ namespace Svg
{
var
s
=
(
string
)
value
;
if
(
s
==
"none"
)
return
null
;
return
SvgPaintServer
.
None
;
else
return
SvgPaintServerFactory
.
Create
(
s
,
(
SvgDocument
)
context
);
}
...
...
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