From b36ebd49b6676b6731790fdee74fee05e7b910f2 Mon Sep 17 00:00:00 2001 From: apv Date: Wed, 14 Jun 2017 14:12:30 +0300 Subject: [PATCH] 0028813: Visualization, AIS_ColorScale - color scale title invalid placement # Test case bugs/vis/bug28813 creation --- tests/bugs/vis/bug28813 | 43 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 tests/bugs/vis/bug28813 diff --git a/tests/bugs/vis/bug28813 b/tests/bugs/vis/bug28813 new file mode 100644 index 0000000000..f4af7d0cfc --- /dev/null +++ b/tests/bugs/vis/bug28813 @@ -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