From 30402f7922af0cf4ea9602fbdc56481d5daaf018 Mon Sep 17 00:00:00 2001 From: Felipe Corr??a da Silva Sanches Date: Sun, 19 Jun 2011 21:12:45 -0300 Subject: fix bug 796449: Measure tools should consider transform https://bugs.launchpad.net/inkscape/+bug/796449 (bzr r10323) --- src/measure-context.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/measure-context.cpp') 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 -- cgit v1.2.3