From bc15ac202320ecb06cd53bf0083a4238dcb81eeb Mon Sep 17 00:00:00 2001 From: Mario Voigt Date: Sun, 9 Aug 2020 21:47:40 +0200 Subject: [PATCH] small fix --- extensions/fablabchemnitz_contour_scanner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/fablabchemnitz_contour_scanner.py b/extensions/fablabchemnitz_contour_scanner.py index 1ef3fcd2..73fb988c 100644 --- a/extensions/fablabchemnitz_contour_scanner.py +++ b/extensions/fablabchemnitz_contour_scanner.py @@ -167,7 +167,7 @@ class ContourScanner(inkex.Effect): if self.options.highlight_selfintersecting or self.options.highlight_intersectionpoints: try: if len(nodes) > 0: #try to find self-intersecting /overlapping polygons - isect = fablabchemnitz_poly_point_isect.isect_polygon(nodes) # TODO: CREATE MARKERS FOR THIS + isect = fablabchemnitz_poly_point_isect.isect_polygon(nodes) #TODO: FIND OUT HOW TO HANDLE OPEN CONTOURS TO OMIT VIRTUALLY CROSSING LINES (WHICH DO NOT INTERSECT) if len(isect) > 0: #make dot markings at the intersection points if self.options.highlight_intersectionpoints: