fe551aef |
1 | puts "============" |
2 | puts "OCC23745" |
3 | puts "============" |
4 | puts "" |
5 | ###################################################### |
6 | # Draw Harness, ViewerText - vdrawtext command should not modify global text aspect |
7 | ###################################################### |
8 | |
9 | pload QAcommands |
10 | pload VISUALIZATION |
11 | |
12 | vinit |
29e2c6d2 |
13 | vdrawtext text0 "ANOTHERBUG" -pos 100 100 100 -color 1.0 0.0 0.0 -halign left -valign bottom -angle 0 -zoom 1 -height 50 -aspect regular |
fe551aef |
14 | vtrihedron trihedron |
15 | |
16 | set x 239 |
17 | set y 216 |
18 | set R 1 |
19 | set G 1 |
20 | set B 0 |
21 | checkcolor ${x} ${y} ${R} ${G} ${B} |
22 | |
23 | vdump ${imagedir}/${casename}.png |
24 | |
25 | puts "TEST COMPLETED" |