mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-15 05:28:47 +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
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 BLUE to RED, Direction from LEFT TOP CORNER to RIGHT BOTTOM CORNER"
|
|
|
|
vbackground -gradient BLUE1 RED -gradientMode DIAGONAL1
|
|
|
|
checkview -screenshot -3d -path ${imagedir}/${test_image}.png
|