diff options
| author | Marius Kintel <marius@kintel.net> | 2011-12-07 04:21:11 (GMT) | 
|---|---|---|
| committer | Marius Kintel <marius@kintel.net> | 2011-12-07 04:21:11 (GMT) | 
| commit | 679b8d05c8e25ce95e655b2c0f0e2793e408c368 (patch) | |
| tree | 9132297412ee30f86923f3efedad58e986619562 /tests/regression/dumptest | |
| parent | 9d296acf67a24f5f6120ab8b0dc628f097a5920e (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.txt | 24 | 
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); +						} +					} +				} +			} +		} +	} | 
