Skip to content

Commit fbc1a80

Browse files
committed
Remove extra space
1 parent 8039368 commit fbc1a80

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Source/SVGImage/SVG/PaintServer/RadialGradientColorPaintServer.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ public override Brush GetBrush(double opacity, SVG svg, SVGRender svgRender, Rec
4747

4848
if (this.GradientUnits == SVGTags.sUserSpaceOnUse)
4949
{
50-
5150
b.Center = new System.Windows.Point(this.CX, this.CY);
5251
b.GradientOrigin = new System.Windows.Point(this.FX, this.FY);
5352
b.RadiusX = this.R;

0 commit comments

Comments
 (0)