Commit 6a17e694 authored by Tebjan Halm's avatar Tebjan Halm
Browse files

Merge pull request #21 from rokam/master

Fix when fill="none"
parents ded01d09 f154448a
......@@ -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);
}
......
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