summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2019-06-08 23:50:23 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2019-06-08 23:50:23 +0000
commit86b7e8583d00c1db6b71a7e3dbdddc4ff5e86b4a (patch)
treee80bc55bac9ff0d1064633f177be8924d3db7045 /src
parentfix rebase (diff)
downloadinkscape-86b7e8583d00c1db6b71a7e3dbdddc4ff5e86b4a.tar.gz
inkscape-86b7e8583d00c1db6b71a7e3dbdddc4ff5e86b4a.zip
rsync with last merge in 2Geom
Diffstat (limited to 'src')
-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()) {