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.
1 parent b23804f commit 80fa395Copy full SHA for 80fa395
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