Skip to content

Commit 592fb5c

Browse files
authored
Merge pull request #115 from dotnetprojects/fixcurrentColor
currentColor default black,
2 parents 11d2de8 + 80fa395 commit 592fb5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/SVGImage/SVG/PaintServers/CurrentColorPaintServer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public CurrentColorPaintServer(PaintServerManager owner)
1212

1313
public override Brush GetBrush(double opacity, SVG svg, SVGRender svgRender, Rect bounds)
1414
{
15-
return null;
15+
return Brushes.Black;
1616
}
1717
}
1818
}

0 commit comments

Comments
 (0)