Added failing test for #336

felipesanches-svg
Marius Kintel 2013-05-09 14:23:52 +02:00
parent 89e27d997d
commit c5ebdb788b
6 changed files with 8 additions and 0 deletions

View File

@ -1 +1,3 @@
surface("surface-simple.dat", center=true);
// Surface without a trailing newline
translate([2,0,0]) surface("surface-simple2.dat", center=true);

View File

@ -0,0 +1,3 @@
# Surface without a trailing newline
0 1
2 3

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.0 KiB

After

Width:  |  Height:  |  Size: 7.8 KiB

View File

@ -1,2 +1,5 @@
surface(file = "surface-simple.dat", center = true);
multmatrix([[1, 0, 0, 2], [0, 1, 0, 0], [0, 0, 1, 0], [0, 0, 0, 1]]) {
surface(file = "surface-simple2.dat", center = true);
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.2 KiB

After

Width:  |  Height:  |  Size: 8.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.2 KiB

After

Width:  |  Height:  |  Size: 8.2 KiB