1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00

0028813: Visualization, AIS_ColorScale - color scale title invalid placement

# Test case bugs/vis/bug28813 creation
This commit is contained in:
apv 2017-06-14 14:12:30 +03:00 committed by bugmaster
parent 669cd76e53
commit b36ebd49b6

43
tests/bugs/vis/bug28813 Normal file
View File

@ -0,0 +1,43 @@
puts "========"
puts "OCC28813"
puts "========"
puts ""
#######################################################################
# Visualization, AIS_ColorScale - color scale title invalid placement
#######################################################################
vinit
set anImage1 $imagedir/${casename}_1.png
set anImage2 $imagedir/${casename}_2.png
set anImage3 $imagedir/${casename}_3.png
set anImage4 $imagedir/${casename}_4.png
set anImage5 $imagedir/${casename}_5.png
set anImage6 $imagedir/${casename}_6.png
set anImage7 $imagedir/${casename}_7.png
set anImage8 $imagedir/${casename}_8.png
vcolorscale cs -demo -title Test
vdump $anImage1
vcolorscale cs -xy 10 20
vdump $anImage2
vcolorscale cs -height 150
vdump $anImage3
vcolorscale cs -height 250
vdump $anImage4
vcolorscale cs -xy 10 100
vdump $anImage5
vcolorscale cs -xy 10 150
vdump $anImage6
vcolorscale cs -height 150
vdump $anImage7
vcolorscale cs -height 250
vdump $anImage8