Added one more testcase

This commit is contained in:
Matthias Koefferlein 2025-03-23 08:57:06 +01:00
parent 73364ee406
commit 986474d465
1 changed files with 5 additions and 0 deletions

View File

@ -372,5 +372,10 @@ TEST(12)
path.hull (pts, 4);
EXPECT_EQ (to_string (pts), "(286,521;454,350;522,282;240,0;70,170;0,241)");
tl::Extractor ("(143,381;262,260;381,141) w=1000 bx=0 ex=0 r=false").read (path);
path.hull (pts, 4);
EXPECT_EQ (to_string (pts), "(286,521;454,350;522,282;240,0;70,170;0,241;499,732;564,666;735,495;27,-213;-40,-146;-213,30)");
}