--- C:/InkscapeBZR/src/2geom/sbasis-to-bezier_old.cpp Tue Feb 16 16:32:54 2016 +++ C:/InkscapeBZR/src/2geom/sbasis-to-bezier.cpp Fri Apr 1 19:09:33 2016 @@ -197,6 +197,8 @@ void sbasis_to_cubic_bezier (std::vector & } sbasis_to_bezier(bz, sb, 4); // zeroth-order estimate + if ((sb[X].size() < 3) && (sb[Y].size() < 3)) + return; // cubic bezier estimate is exact Geom::ConvexHull bezhull(bz); // calculate first derivatives of x and y wrt t