summaryrefslogtreecommitdiff
path: root/tests/regression/dumptest
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2011-12-07 04:21:11 (GMT)
committerMarius Kintel <marius@kintel.net>2011-12-07 04:21:11 (GMT)
commit679b8d05c8e25ce95e655b2c0f0e2793e408c368 (patch)
tree9132297412ee30f86923f3efedad58e986619562 /tests/regression/dumptest
parent9d296acf67a24f5f6120ab8b0dc628f097a5920e (diff)
bugfix: 2D hull() now works with for loops. Thanks to nophead to reasserting this bug.
Diffstat (limited to 'tests/regression/dumptest')
-rw-r--r--tests/regression/dumptest/hull2-tests-expected.txt24
1 files changed, 24 insertions, 0 deletions
diff --git a/tests/regression/dumptest/hull2-tests-expected.txt b/tests/regression/dumptest/hull2-tests-expected.txt
index 87365a6..d060d1d 100644
--- a/tests/regression/dumptest/hull2-tests-expected.txt
+++ b/tests/regression/dumptest/hull2-tests-expected.txt
@@ -32,4 +32,28 @@
}
}
}
+ multmatrix([[1, 0, 0, 30], [0, 1, 0, -25], [0, 0, 1, 0], [0, 0, 0, 1]]) {
+ group() {
+ hull() {
+ group() {
+ group() {
+ multmatrix([[1, 0, 0, 0], [0, 1, 0, 0], [0, 0, 1, 0], [0, 0, 0, 1]]) {
+ circle($fn = 0, $fa = 12, $fs = 1, r = 3);
+ }
+ multmatrix([[1, 0, 0, 0], [0, 1, 0, 10], [0, 0, 1, 0], [0, 0, 0, 1]]) {
+ circle($fn = 0, $fa = 12, $fs = 1, r = 3);
+ }
+ }
+ group() {
+ multmatrix([[1, 0, 0, 10], [0, 1, 0, 0], [0, 0, 1, 0], [0, 0, 0, 1]]) {
+ circle($fn = 0, $fa = 12, $fs = 1, r = 3);
+ }
+ multmatrix([[1, 0, 0, 10], [0, 1, 0, 10], [0, 0, 1, 0], [0, 0, 0, 1]]) {
+ circle($fn = 0, $fa = 12, $fs = 1, r = 3);
+ }
+ }
+ }
+ }
+ }
+ }
contact: Jan Huwald // Impressum