Code

update to latest 2geom (rev1497)
[inkscape.git] / src / 2geom / shape.cpp
index 936dfaf70fdb10ba6656dd66e342b2f57cc07a23..814c6c68c08f0ef036cf4ad989a99a17c9e92fd7 100644 (file)
@@ -432,7 +432,7 @@ std::vector<Path> inner_sanitize(std::vector<Path> const & ps) {
                 std::cout << "r" << ix << "[" << from.getTime(ix)  << ", " << to.getTime(ix) << "]\n";
                 Path p = ps[ix].portion(from.getTime(ix), to.getTime(ix)).reverse();
                 for(unsigned i = 0; i < p.size(); i++)
-                    res.append(p[i]);
+                    res.append(p[i], Path::STITCH_DISCONTINUOUS);
             } else {
                 // forwards
                 std::cout << "f" << ix << "[" << from.getTime(ix) << ", " << to.getTime(ix) << "]\n";