summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorFelipe Corr??a da Silva Sanches <juca@members.fsf.org>2011-06-20 00:12:45 +0000
committerFelipe C. da S. Sanches <juca@members.fsf.org>2011-06-20 00:12:45 +0000
commit30402f7922af0cf4ea9602fbdc56481d5daaf018 (patch)
tree19a2617fe27e5795b2384c7819d55aaa9c74093d /src
parentfix bug 796598: Measure tool draws path in wrong window (diff)
downloadinkscape-30402f7922af0cf4ea9602fbdc56481d5daaf018.tar.gz
inkscape-30402f7922af0cf4ea9602fbdc56481d5daaf018.zip
fix bug 796449: Measure tools should consider transform
https://bugs.launchpad.net/inkscape/+bug/796449 (bzr r10323)
Diffstat (limited to 'src')
-rw-r--r--src/measure-context.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/measure-context.cpp b/src/measure-context.cpp
index 9e6a5fe12..0c3c42b36 100644
--- a/src/measure-context.cpp
+++ b/src/measure-context.cpp
@@ -248,6 +248,7 @@ static gint sp_measure_context_root_handler(SPEventContext *event_context, GdkEv
if (!curve) continue;
counter++;
+ curve->transform(item->i2doc_affine());
Geom::PathVector pathv = curve->get_pathvector();
// Find all intersections of the control-line with this shape