From 032f394b2a0b975bc47760035de8e25310747972 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 10 Mar 2014 11:10:07 -0400 Subject: tiny red dots, be gone (expand poly_item bounding box by correct (?) amount) --- libs/canvas/poly_item.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs') 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 { -- cgit v1.2.3