diff options
author | Marius Kintel <marius@kintel.net> | 2011-12-25 16:16:29 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-12-25 16:16:29 (GMT) |
commit | 5db9bfc2ffa2e8df9388433e4da7bdfce434d2c5 (patch) | |
tree | cd01ad29b4865573f8f0e2d1945aa310401448a7 /testdata | |
parent | 3572251a9139bf95f2217c2e9957668b6c82ccdc (diff) |
Added test case for color override
Diffstat (limited to 'testdata')
-rw-r--r-- | testdata/scad/features/color-tests.scad | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testdata/scad/features/color-tests.scad b/testdata/scad/features/color-tests.scad index 3ef2540..3fc98c8 100644 --- a/testdata/scad/features/color-tests.scad +++ b/testdata/scad/features/color-tests.scad @@ -13,3 +13,4 @@ translate([12,0,0]) color([0,0,1],0.5) object(); translate([24,0,0]) color(c="Green",alpha=0.2) object(); translate([-12,12,0]) color() object(); translate([-12,0,0]) color(alpha=0.5) object(); +translate([24,-12,0]) color([1,0,0]) color([0,0,1]) object(); |