diff options
| author | Alexander Valavanis <valavanisalex@gmail.com> | 2019-06-09 12:29:50 +0000 |
|---|---|---|
| committer | Alexander Valavanis <valavanisalex@gmail.com> | 2019-06-09 12:29:50 +0000 |
| commit | 3c72fea1f2daa529a2547f828b67616a85c42ef5 (patch) | |
| tree | 916e7b900623e0917991d92361b00d59ef323ec6 /src/2geom/intersection-graph.cpp | |
| parent | SnapToolbar: Stop using GtkAction (diff) | |
| parent | CI: Update for move to bin/ (diff) | |
| download | inkscape-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.cpp | 1 |
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()) { |
