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>2014-06-12 00:21:30 +0400
committerAlessandro Ranellucci <aar@cpan.org>2014-06-12 00:21:30 +0400
commit9bff6ccde71f25c9849355ed01c77153fd4a4aee (patch)
treec462ec3a77e4ea2008891b02baf490c1d791e2f6 /t/geometry.t
parent89ff1a50b2eacbcf706ff9e6e841e20640bde131 (diff)
Fixed tests after recent fixes to concave_points
Diffstat (limited to 't/geometry.t')
-rw-r--r--t/geometry.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/geometry.t b/t/geometry.t
index a9326782b..24fbf52d9 100644
--- a/t/geometry.t
+++ b/t/geometry.t
@@ -191,7 +191,7 @@ my $polygons = [
#==========================================================
{
- my $square = Slic3r::Polygon->new(
+ my $square = Slic3r::Polygon->new_scale(
[150,100],
[200,100],
[200,200],
@@ -203,7 +203,7 @@ my $polygons = [
}
{
- my $square = Slic3r::Polygon->new(
+ my $square = Slic3r::Polygon->new_scale(
[200,200],
[100,200],
[100,100],