mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-17 23:53:20 +08: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
314 B
Plaintext
Executable File
16 lines
314 B
Plaintext
Executable File
puts "============"
|
|
puts "OCC21747"
|
|
puts "============"
|
|
puts ""
|
|
|
|
set BugNumber OCC21747
|
|
|
|
vinit
|
|
|
|
puts "${BugNumber}"
|
|
puts "Type=HORIZONTAL, Color from BLUE to RED, Direction from LEFT to RIGHT"
|
|
|
|
vbackground -gradient BLUE1 RED -gradientMode HORIZONTAL
|
|
|
|
checkview -screenshot -3d -path ${imagedir}/${test_image}.png
|