diff --git a/libs/canvas/rectangle.cc b/libs/canvas/rectangle.cc index a5aa0a2895..e3508429b7 100644 --- a/libs/canvas/rectangle.cc +++ b/libs/canvas/rectangle.cc @@ -114,8 +114,7 @@ void Rectangle::compute_bounding_box () const { Rect r = _rect.fix (); - _bounding_box = boost::optional (r.expand (_outline_width / 2)); - + _bounding_box = boost::optional (r.expand (_outline_width)); _bounding_box_dirty = false; }