.cosmetics

git-svn-id: svn://ultimatepp.org/upp/trunk@12667 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2019-01-14 14:04:45 +00:00
parent 4a803b3df0
commit d633ef07bd

View file

@ -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);
}