summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libs/canvas/poly_item.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/canvas/poly_item.cc b/libs/canvas/poly_item.cc
index d50c097e07..c66c3bbb7a 100644
--- a/libs/canvas/poly_item.cc
+++ b/libs/canvas/poly_item.cc
@@ -59,7 +59,7 @@ PolyItem::compute_bounding_box () const
++i;
}
- _bounding_box = bbox.expand (_outline_width);
+ _bounding_box = bbox.expand (_outline_width + 0.5);
} else {