summaryrefslogtreecommitdiffstats
path: root/src/sp-shape.cpp
diff options
context:
space:
mode:
authorDiederik van Lierop <mail@diedenrezi.nl>2007-04-08 21:07:29 +0000
committerdvlierop2 <dvlierop2@users.sourceforge.net>2007-04-08 21:07:29 +0000
commit8417209743e184c46d7ec845928bfbee5f8d8d77 (patch)
tree9c9e0738f2cc3c3d7b4c8007dafd5e3f98750a8f /src/sp-shape.cpp
parentCorrected jumping and alignment of coordinates in status. (diff)
downloadinkscape-8417209743e184c46d7ec845928bfbee5f8d8d77.tar.gz
inkscape-8417209743e184c46d7ec845928bfbee5f8d8d77.zip
Changes to the selector tool, e.g. option to choose either APPROXIMATE_BBOX or GEOMETRIC_BBOX
(bzr r2833)
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);