From d3a4d543c4d6eb4151b2acad892272cbc1ea3f45 Mon Sep 17 00:00:00 2001 From: Kris De Gussem Date: Wed, 15 Feb 2012 08:26:41 +0100 Subject: Synchronized 2geom to revision 2058 (bzr r10978) --- src/2geom/path-intersection.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/2geom/path-intersection.cpp') diff --git a/src/2geom/path-intersection.cpp b/src/2geom/path-intersection.cpp index c514991d4..494a25843 100644 --- a/src/2geom/path-intersection.cpp +++ b/src/2geom/path-intersection.cpp @@ -117,7 +117,7 @@ bool path_direction(Path const &p) { double y = p.initialPoint()[Y]; double x = p.initialPoint()[X]; Cmp res = cmp(p[0].finalPoint()[Y], y); - goto doh; + /*goto doh; for(unsigned i = 1; i < p.size(); i++) { Cmp final_to_ray = cmp(p[i].finalPoint()[Y], y); Cmp initial_to_ray = cmp(p[i].initialPoint()[Y], y); @@ -136,7 +136,7 @@ bool path_direction(Path const &p) { } return res < 0; - doh: + doh:*/ //Otherwise fallback on area Piecewise > pw = p.toPwSb(); -- cgit v1.2.3