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 d50b456fc6..88b9af7878 100644
--- a/libs/canvas/poly_item.cc
+++ b/libs/canvas/poly_item.cc
@@ -56,7 +56,7 @@ PolyItem::compute_bounding_box () const
++i;
}
- _bounding_box = bbox.expand (_outline_width / 2);
+ _bounding_box = bbox.expand (_outline_width);
} else {