summaryrefslogtreecommitdiffstats
path: root/tests/polygonmarker.tcl
diff options
context:
space:
mode:
authorjoye <joye>2014-03-20 16:59:16 (GMT)
committerjoye <joye>2014-03-20 16:59:16 (GMT)
commita0524267394b04b7f4a558bceb866bd49a2222bf (patch)
tree7b42939c23ce42fd4d97ab59a1f7b933a212aaf9 /tests/polygonmarker.tcl
parent4436a7c54ae43c5eccff06498d5cda2dce04fd11 (diff)
downloadblt-a0524267394b04b7f4a558bceb866bd49a2222bf.zip
blt-a0524267394b04b7f4a558bceb866bd49a2222bf.tar.gz
blt-a0524267394b04b7f4a558bceb866bd49a2222bf.tar.bz2
*** empty log message ***
Diffstat (limited to 'tests/polygonmarker.tcl')
-rw-r--r--tests/polygonmarker.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/polygonmarker.tcl b/tests/polygonmarker.tcl
index 4cd94bd..4efe987 100644
--- a/tests/polygonmarker.tcl
+++ b/tests/polygonmarker.tcl
@@ -4,7 +4,7 @@ set w .line
set graph [bltLineGraph $w]
set mm [$graph marker create polygon tt -element data1 \
- -coords {1 50 1.5 100 1 150} -polygonwidth 5]
+ -coords {1 50 1.5 100 1 150} -linewidth 5]
bltTest3 $graph marker $mm -bindtags {aa}
bltTest3 $graph marker $mm -cap round
@@ -14,7 +14,7 @@ bltTest3 $graph marker $mm -element data2
bltTest3 $graph marker $mm -fill yellow
bltTest3 $graph marker $mm -fillbg blue
bltTest3 $graph marker $mm -join round
-bltTest3 $graph marker $mm -polygonwidth 1
+bltTest3 $graph marker $mm -linewidth 1
bltTest3 $graph marker $mm -hide yes
bltTest3 $graph marker $mm -mapx x
bltTest3 $graph marker $mm -mapy y