diff --git a/uppsrc/Painter/SvgBounds.cpp b/uppsrc/Painter/SvgBounds.cpp index 62f011e53..261982dc5 100644 --- a/uppsrc/Painter/SvgBounds.cpp +++ b/uppsrc/Painter/SvgBounds.cpp @@ -176,7 +176,7 @@ void BoundsPainter::Finish(double width) if(compute_svg_boundingbox && !IsNull(boundingbox)) { Rectf h = boundingbox.Inflated(width / 2); Pointf a = mtx.Top().Transform(h.TopLeft()); - Pointf b = mtx.Top().Transform(h.BottomRight()); + Pointf b = mtx.Top().Transform(h.BottomRight()); svg_boundingbox.Union(a); svg_boundingbox.Union(b); }