summaryrefslogtreecommitdiff
path: root/tests/regression/dumptest/example015-expected.csg
diff options
context:
space:
mode:
authorDon Bright <hugh.m.bright@gmail.com>2013-09-20 06:54:53 (GMT)
committerDon Bright <hugh.m.bright@gmail.com>2013-09-20 06:54:53 (GMT)
commit5f36117b8ff7e14ae450e770cdaa67e60561672d (patch)
tree4a2a37410499f50efddc31f4834fcb313a24fae1 /tests/regression/dumptest/example015-expected.csg
parent3eda281be13dfe9eb8fcbc9fb82e75e74d107e01 (diff)
restore missing digits. make --info work better. fix parser / path bug
Diffstat (limited to 'tests/regression/dumptest/example015-expected.csg')
-rw-r--r--tests/regression/dumptest/example015-expected.csg4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/regression/dumptest/example015-expected.csg b/tests/regression/dumptest/example015-expected.csg
index b1da238..4eec6a2 100644
--- a/tests/regression/dumptest/example015-expected.csg
+++ b/tests/regression/dumptest/example015-expected.csg
@@ -12,14 +12,14 @@ group() {
square(size = [15, 15], center = true);
}
}
- multmatrix([[0.707107, -0.707107, 0, 0], [0.707107, 0.707107, 0, 0], [0, 0, 1, 0], [0, 0, 0, 1]]) {
+ multmatrix([[0.70710678118, -0.70710678118, 0, 0], [0.70710678118, 0.70710678118, 0, 0], [0, 0, 1, 0], [0, 0, 0, 1]]) {
multmatrix([[1, 0, 0, 0], [0, 1, 0, -15], [0, 0, 1, 0], [0, 0, 0, 1]]) {
square(size = [100, 30], center = false);
}
}
}
}
- multmatrix([[0.707107, 0.707107, 0, 0], [-0.707107, 0.707107, 0, 0], [0, 0, 1, 0], [0, 0, 0, 1]]) {
+ multmatrix([[0.70710678118, 0.70710678118, 0, 0], [-0.70710678118, 0.70710678118, 0, 0], [0, 0, 1, 0], [0, 0, 0, 1]]) {
multmatrix([[0.7, 0, 0, 0], [0, 1.3, 0, 0], [0, 0, 1, 0], [0, 0, 0, 1]]) {
circle($fn = 0, $fa = 12, $fs = 2, r = 5);
}
contact: Jan Huwald // Impressum