summaryrefslogtreecommitdiffstats
path: root/tests/legend.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/legend.tcl')
-rw-r--r--tests/legend.tcl7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/legend.tcl b/tests/legend.tcl
index 15b3411..caa10ba 100644
--- a/tests/legend.tcl
+++ b/tests/legend.tcl
@@ -13,7 +13,14 @@ echo "Testing Legend..."
#bltTest2 $graph legend -activeborderwidth $dops
#bltTest2 $graph legend -activeforeground $dops
#bltTest2 $graph legend -activerelief $dops
+bltTest2 $graph legend -anchor nw $dops
+bltTest2 $graph legend -anchor n $dops
+bltTest2 $graph legend -anchor ne $dops
+bltTest2 $graph legend -anchor e $dops
+bltTest2 $graph legend -anchor se $dops
bltTest2 $graph legend -anchor s $dops
+bltTest2 $graph legend -anchor sw $dops
+bltTest2 $graph legend -anchor w $dops
bltTest2 $graph legend -bg pink $dops
bltTest2 $graph legend -background cyan $dops
bltTest2 $graph legend -borderwidth 20 $dops