summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLiam P. White <inkscapebronyat-signgmaildotcom>2014-04-20 15:03:23 +0000
committerLiam P. White <inkscapebronyat-signgmaildotcom>2014-04-20 15:03:23 +0000
commit2f628e571a3817765392479766418add4bbdaa20 (patch)
treeb4354e50f18195c413e757bc2cd8ba8e09e97e26 /src
parentBug fixes (diff)
downloadinkscape-2f628e571a3817765392479766418add4bbdaa20.tar.gz
inkscape-2f628e571a3817765392479766418add4bbdaa20.zip
minor bugfix
(bzr r13090.1.64)
Diffstat (limited to 'src')
-rw-r--r--src/live_effects/lpe-taperstroke.cpp2
1 files changed, 1 insertions, 1 deletions
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;
}