mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-09 18:50:54 +03:00
26 lines
519 B
Plaintext
26 lines
519 B
Plaintext
puts "============"
|
|
puts "OCC23745"
|
|
puts "============"
|
|
puts ""
|
|
######################################################
|
|
# Draw Harness, ViewerText - vdrawtext command should not modify global text aspect
|
|
######################################################
|
|
|
|
pload QAcommands
|
|
pload VISUALIZATION
|
|
|
|
vinit
|
|
vdrawtext "ANOTHERBUG" 100 100 100 255 0 0 0 0 0 1 50 0
|
|
vtrihedron trihedron
|
|
|
|
set x 239
|
|
set y 216
|
|
set R 1
|
|
set G 1
|
|
set B 0
|
|
checkcolor ${x} ${y} ${R} ${G} ${B}
|
|
|
|
vdump ${imagedir}/${casename}.png
|
|
|
|
puts "TEST COMPLETED"
|