Commit 0c67bba4 authored by Tebjan Halm's avatar Tebjan Halm
Browse files

paintserver converter now checks for none

parent c4bb1193
......@@ -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)
......
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