From 5e1f81d9545f7dce00853511642d8145a663e9f1 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Wed, 13 Mar 2013 15:26:54 -0700 Subject: [PATCH] clipping test - we do not expect a close path if using line clipper --- tests/cpp_tests/data/cases.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cpp_tests/data/cases.txt b/tests/cpp_tests/data/cases.txt index d2d0b07c2..13f02152e 100644 --- a/tests/cpp_tests/data/cases.txt +++ b/tests/cpp_tests/data/cases.txt @@ -4,4 +4,4 @@ 50,50,150,150;0 0 1,200 200 2;50 50 1,150 150 2 50,50,150,150;50 50 1,150 50 2,150 150 2,50 150 2,50 50 2;50 50 1,150 50 2,150 150 2,50 150 2,50 50 2 # TODO - should the close path be kept after clipping? -50,50,150,150;50 50 1,150 50 2,150 150 2,50 150 2,50 50 2,0 0 79;50 50 1,150 50 2,150 150 2,50 150 2,50 50 2, 0 0 79 \ No newline at end of file +50,50,150,150;50 50 1,150 50 2,150 150 2,50 150 2,50 50 2,0 0 79;50 50 1,150 50 2,150 150 2,50 150 2,50 50 2 \ No newline at end of file