summaryrefslogtreecommitdiffstats
path: root/src/2geom/intersection-graph.cpp
diff options
context:
space:
mode:
authorAlexander Valavanis <valavanisalex@gmail.com>2019-06-09 12:29:50 +0000
committerAlexander Valavanis <valavanisalex@gmail.com>2019-06-09 12:29:50 +0000
commit3c72fea1f2daa529a2547f828b67616a85c42ef5 (patch)
tree916e7b900623e0917991d92361b00d59ef323ec6 /src/2geom/intersection-graph.cpp
parentSnapToolbar: Stop using GtkAction (diff)
parentCI: Update for move to bin/ (diff)
downloadinkscape-3c72fea1f2daa529a2547f828b67616a85c42ef5.tar.gz
inkscape-3c72fea1f2daa529a2547f828b67616a85c42ef5.zip
Merge branch 'master' of gitlab.com:inkscape/inkscape
Diffstat (limited to 'src/2geom/intersection-graph.cpp')
-rw-r--r--src/2geom/intersection-graph.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/2geom/intersection-graph.cpp b/src/2geom/intersection-graph.cpp
index 4ee4f65fa..1d065527f 100644
--- a/src/2geom/intersection-graph.cpp
+++ b/src/2geom/intersection-graph.cpp
@@ -89,6 +89,7 @@ void PathIntersectionGraph::_prepareArguments()
for (std::size_t i = _pv[w].size(); i > 0; --i) {
if (_pv[w][i-1].empty()) {
_pv[w].erase(_pv[w].begin() + (i-1));
+ continue;
}
for (std::size_t j = _pv[w][i-1].size(); j > 0; --j) {
if (_pv[w][i-1][j-1].isDegenerate()) {