diff options
| author | Liam P. White <inkscapebronyat-signgmaildotcom> | 2014-04-20 15:03:23 +0000 |
|---|---|---|
| committer | Liam P. White <inkscapebronyat-signgmaildotcom> | 2014-04-20 15:03:23 +0000 |
| commit | 2f628e571a3817765392479766418add4bbdaa20 (patch) | |
| tree | b4354e50f18195c413e757bc2cd8ba8e09e97e26 /src | |
| parent | Bug fixes (diff) | |
| download | inkscape-2f628e571a3817765392479766418add4bbdaa20.tar.gz inkscape-2f628e571a3817765392479766418add4bbdaa20.zip | |
minor bugfix
(bzr r13090.1.64)
Diffstat (limited to 'src')
| -rw-r--r-- | src/live_effects/lpe-taperstroke.cpp | 2 |
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; } |
