summaryrefslogtreecommitdiffstats
path: root/src/sp-shape.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp-shape.cpp')
-rw-r--r--src/sp-shape.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sp-shape.cpp b/src/sp-shape.cpp
index 55dfe6549..8d9b2296a 100644
--- a/src/sp-shape.cpp
+++ b/src/sp-shape.cpp
@@ -619,6 +619,7 @@ static void sp_shape_bbox(SPItem const *item, NRRect *bbox, NR::Matrix const &tr
nr_path_matrix_bbox_union(&bp, transform, &cbbox);
if ((SPItem::BBoxType) flags != SPItem::GEOMETRIC_BBOX) {
+
SPStyle* style=SP_OBJECT_STYLE (item);
if (style->stroke.type != SP_PAINT_TYPE_NONE) {
double const scale = expansion(transform);