eb37d8fb0f60c716a19b845fd9c1d31cda1bc5bf
[occt.git] / tests / demo / draw / bug23745
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
13 vdrawtext "ANOTHERBUG" 100 100 100 255 0 0 0 0 0 1 50 0
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"