From d633ef07bda3d8aadd4cd23b586a04770628a4a3 Mon Sep 17 00:00:00 2001 From: cxl Date: Mon, 14 Jan 2019 14:04:45 +0000 Subject: [PATCH] .cosmetics git-svn-id: svn://ultimatepp.org/upp/trunk@12667 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/Painter/SvgBounds.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }