We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 11d2de8 + 80fa395 commit 592fb5cCopy full SHA for 592fb5c
Source/SVGImage/SVG/PaintServers/CurrentColorPaintServer.cs
@@ -12,7 +12,7 @@ public CurrentColorPaintServer(PaintServerManager owner)
12
13
public override Brush GetBrush(double opacity, SVG svg, SVGRender svgRender, Rect bounds)
14
{
15
- return null;
+ return Brushes.Black;
16
}
17
18
0 commit comments