mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
A new command vbackground is created. Old background commands are made aliases for the newly created command (including vsetdefaultbg). Tests are modified using newly added command vbackground.
16 lines
310 B
Plaintext
Executable File
16 lines
310 B
Plaintext
Executable File
puts "============"
|
|
puts "OCC21747"
|
|
puts "============"
|
|
puts ""
|
|
|
|
set BugNumber OCC21747
|
|
|
|
vinit
|
|
|
|
puts "${BugNumber}"
|
|
puts "Type=VERTICAL, Color from RED to BLUE, Direction from TOP to BOTTOM"
|
|
|
|
vbackground -gradient RED BLUE1 -gradientMode VERTICAL
|
|
|
|
checkview -screenshot -3d -path ${imagedir}/${test_image}.png
|