0032208: Tests - refactor visualization tests to cover several graphic drivers
[occt.git] / tests / bugs / vis / bug27621_1
1 puts "========"
2 puts "CR27621_1"
3 puts "========"
4 puts ""
5 ###################################################################
6 puts "Highlighting with color remains visible when shape is erased"
7 ###################################################################
8
9 vclear
10 vinit View1
11
12 box b 1 2 3
13 vdisplay b -dispmode 1
14 vfit
15 vmoveto 250 250
16
17 vdump $imagedir/${casename}_highlighted.png
18
19 verase b
20
21 vdump $imagedir/${casename}_erased.png