summaryrefslogtreecommitdiffstats
path: root/tests/linepen.tcl
diff options
context:
space:
mode:
authorjoye <joye>2014-06-16 21:24:14 (GMT)
committerjoye <joye>2014-06-16 21:24:14 (GMT)
commita7eb558d496626fca9aba45fedacded9aaaf1cde (patch)
tree782be846130d3119bd74fbb21eae6cb9736978b1 /tests/linepen.tcl
parent356869a9fd7e2a900ffeca044052603f62cb4392 (diff)
downloadblt-a7eb558d496626fca9aba45fedacded9aaaf1cde.zip
blt-a7eb558d496626fca9aba45fedacded9aaaf1cde.tar.gz
blt-a7eb558d496626fca9aba45fedacded9aaaf1cde.tar.bz2
*** empty log message ***
Diffstat (limited to 'tests/linepen.tcl')
-rw-r--r--tests/linepen.tcl7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/linepen.tcl b/tests/linepen.tcl
index 77503f9..8a1dd83 100644
--- a/tests/linepen.tcl
+++ b/tests/linepen.tcl
@@ -29,7 +29,14 @@ bltTest3 $graph pen foo -symbol scross $dops
bltTest3 $graph pen foo -symbol splus $dops
bltTest3 $graph pen foo -symbol square $dops
bltTest3 $graph pen foo -symbol triangle $dops
+bltTest3 $graph pen foo -valueanchor nw $dops
bltTest3 $graph pen foo -valueanchor n $dops
+bltTest3 $graph pen foo -valueanchor ne $dops
+bltTest3 $graph pen foo -valueanchor e $dops
+bltTest3 $graph pen foo -valueanchor se $dops
+bltTest3 $graph pen foo -valueanchor s $dops
+bltTest3 $graph pen foo -valueanchor sw $dops
+bltTest3 $graph pen foo -valueanchor w $dops
bltTest3 $graph pen foo -valuecolor cyan $dops
bltTest3 $graph pen foo -valuefont {times 18 bold italic} $dops
bltTest3 $graph pen foo -valueformat "%e" $dops