0023745: Draw Harness, ViewerText - vdrawtext command should not modify global text...
[occt.git] / tests / demo / draw / bug23745
... / ...
CommitLineData
1puts "============"
2puts "OCC23745"
3puts "============"
4puts ""
5######################################################
6# Draw Harness, ViewerText - vdrawtext command should not modify global text aspect
7######################################################
8
9pload QAcommands
10pload VISUALIZATION
11
12vinit
13vdrawtext "ANOTHERBUG" 100 100 100 255 0 0 0 0 0 1 50 0
14vtrihedron trihedron
15
16set x 239
17set y 216
18set R 1
19set G 1
20set B 0
21checkcolor ${x} ${y} ${R} ${G} ${B}
22
23vdump ${imagedir}/${casename}.png
24
25puts "TEST COMPLETED"