mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-23 14:15:26 -06:00
.cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@12667 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
4a803b3df0
commit
d633ef07bd
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue