Skip to content

Commit f7972b5

Browse files
committed
Minor tweak to Delphi triangulation demo
1 parent 01bacc0 commit f7972b5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Delphi/Examples/Triangulation/ClipperTri.dpr

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -217,9 +217,6 @@ begin
217217
if not FileExists(inFilename) then Exit;
218218
outFilename := 'coral3t.svg';
219219
pp := GetPathsFromSvgFile(inFilename);
220-
pp := ReversePaths(pp);
221-
//WriteLn(PathsToString(pp, 0));
222-
223220
if Triangulate(pp, 0, sol, true) = trSuccess then
224221
begin
225222
SavePathsAsSvg(outFilename, pp, sol, rfOverwrite, false);

0 commit comments

Comments
 (0)