diff options
author | Marius Kintel <marius@kintel.net> | 2011-12-25 16:44:06 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-12-25 16:44:06 (GMT) |
commit | 1679a57240d1fd5c852b095859a37ad5b4bb99a8 (patch) | |
tree | 5265e55569e007a13631cb09558e695a4470c2bb /tests | |
parent | c5511b05ecfc821d2c46912a9dd472df4dec956a (diff) | |
parent | 3e64e63b0113a99666ad68aa3e82bb7b80324d9b (diff) |
Merge branch 'master' into buildfix
Diffstat (limited to 'tests')
-rw-r--r-- | tests/regression/cgalpngtest/color-tests-expected.png | bin | 9554 -> 8360 bytes | |||
-rw-r--r-- | tests/regression/dumptest/color-tests-expected.txt | 9 |
2 files changed, 9 insertions, 0 deletions
diff --git a/tests/regression/cgalpngtest/color-tests-expected.png b/tests/regression/cgalpngtest/color-tests-expected.png Binary files differindex 207fc5b..c7385d2 100644 --- a/tests/regression/cgalpngtest/color-tests-expected.png +++ b/tests/regression/cgalpngtest/color-tests-expected.png diff --git a/tests/regression/dumptest/color-tests-expected.txt b/tests/regression/dumptest/color-tests-expected.txt index 1224e2d..95fe012 100644 --- a/tests/regression/dumptest/color-tests-expected.txt +++ b/tests/regression/dumptest/color-tests-expected.txt @@ -52,4 +52,13 @@ } } } + multmatrix([[1, 0, 0, 24], [0, 1, 0, -12], [0, 0, 1, 0], [0, 0, 0, 1]]) { + color([1, 0, 0, 1]) { + color([0, 0, 1, 1]) { + group() { + cube(size = [10, 10, 10], center = false); + } + } + } + } |