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
337 B
Plaintext
Executable File
16 lines
337 B
Plaintext
Executable File
puts "============"
|
|
puts "OCC21747"
|
|
puts "============"
|
|
puts ""
|
|
|
|
set BugNumber OCC21747
|
|
|
|
vinit
|
|
|
|
puts "${BugNumber}"
|
|
puts "Type=DIAGONAL1, Color from RED to BLUE, Direction from LEFT TOP CORNER to RIGHT BOTTOM CORNER"
|
|
|
|
vbackground -gradient RED BLUE1 -gradientMode DIAGONAL1
|
|
|
|
checkview -screenshot -3d -path ${imagedir}/${test_image}.png
|