From 2f628e571a3817765392479766418add4bbdaa20 Mon Sep 17 00:00:00 2001 From: "Liam P. White" Date: Sun, 20 Apr 2014 11:03:23 -0400 Subject: minor bugfix (bzr r13090.1.64) --- src/live_effects/lpe-taperstroke.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/live_effects/lpe-taperstroke.cpp b/src/live_effects/lpe-taperstroke.cpp index c29690d4f..7aa896ade 100644 --- a/src/live_effects/lpe-taperstroke.cpp +++ b/src/live_effects/lpe-taperstroke.cpp @@ -216,7 +216,7 @@ Geom::PathVector LPETaperStroke::doEffect_path(Geom::PathVector const& path_in) } } - if (attach_end == size - attach_start) { + if (attach_start == size - attach_end) { metInMiddle = true; } -- cgit v1.2.3