Commit c4bb1193 authored by Tebjan Halm's avatar Tebjan Halm
Browse files

accidently commited a testcode for issue #31

parent 7cc5aff4
......@@ -420,7 +420,7 @@ namespace Svg
var forceWrite = false;
if ((attr.Attribute.Name == "fill") && (Parent != null))
{
if(propertyValue == SvgColourServer.NotSet || propertyValue == SvgPaintServer.None) continue;
if(propertyValue == SvgColourServer.NotSet) continue;
object parentValue;
if (TryResolveParentAttributeValue(attr.Attribute.Name, out parentValue))
......
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