Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Ranellucci <aar@cpan.org>2011-10-10 13:00:19 +0400
committerAlessandro Ranellucci <aar@cpan.org>2011-10-10 13:00:19 +0400
commit7628c83e9f5ce50969b34c5d5d2779afc3ea275f (patch)
tree99669cba331342564d368204e63e9e46e824bfcf /t/geometry.t
parent02a1b0cdab5c290e2e0839136940d973f9280fa2 (diff)
Some tests were failing
Diffstat (limited to 't/geometry.t')
-rw-r--r--t/geometry.t12
1 files changed, 0 insertions, 12 deletions
diff --git a/t/geometry.t b/t/geometry.t
index 24746e451..cd06d6f37 100644
--- a/t/geometry.t
+++ b/t/geometry.t
@@ -127,12 +127,6 @@ is Slic3r::Geometry::can_connect_points(@$points, $polygons), 0, 'can_connect_po
polygon_remove_parallel_continuous_edges($polygon);
polygon_remove_acute_vertices($polygon);
is scalar(@$polygon), 4, 'polygon_remove_acute_vertices';
-
- use Slic3r::SVG;
- #pop @$polygon;
- Slic3r::SVG::output(undef, "vert.svg",
- polylines => [$polygon],
- );
}
#==========================================================
@@ -144,12 +138,6 @@ is Slic3r::Geometry::can_connect_points(@$points, $polygons), 0, 'can_connect_po
];
polyline_remove_acute_vertices($polygon);
is scalar(@$polygon), 6, 'polyline_remove_acute_vertices';
- use Slic3r::SVG;
- local $Slic3r::resolution = 0.1;
- pop @$polygon;
- Slic3r::SVG::output(undef, "vert2.svg",
- polylines => [$polygon],
- );
}
#========================================================== \ No newline at end of file