From 702260c47ccb58ed7ed38971504b955d69048149 Mon Sep 17 00:00:00 2001 From: Alvin Penner Date: Mon, 17 Sep 2012 18:40:45 -0400 Subject: fix typo in marker bbox calculation (Bug 1051131) Fixed bugs: - https://launchpad.net/bugs/1051131 (bzr r11670) --- src/sp-shape.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sp-shape.cpp') diff --git a/src/sp-shape.cpp b/src/sp-shape.cpp index f27b3c9db..a9a9c7781 100644 --- a/src/sp-shape.cpp +++ b/src/sp-shape.cpp @@ -614,7 +614,7 @@ Geom::OptRect SPShape::sp_shape_bbox(SPItem const *item, Geom::Affine const &tra tr = Geom::Scale(style->stroke_width.computed) * tr; } tr = marker_item->transform * marker->c2p * tr * transform; - bbox |= marker_item->visualBounds(); + bbox |= marker_item->visualBounds(tr); } } } -- cgit v1.2.3