diff options
author | joye <joye> | 2014-03-20 16:59:16 (GMT) |
---|---|---|
committer | joye <joye> | 2014-03-20 16:59:16 (GMT) |
commit | a0524267394b04b7f4a558bceb866bd49a2222bf (patch) | |
tree | 7b42939c23ce42fd4d97ab59a1f7b933a212aaf9 /tests | |
parent | 4436a7c54ae43c5eccff06498d5cda2dce04fd11 (diff) | |
download | blt-a0524267394b04b7f4a558bceb866bd49a2222bf.zip blt-a0524267394b04b7f4a558bceb866bd49a2222bf.tar.gz blt-a0524267394b04b7f4a558bceb866bd49a2222bf.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'tests')
-rw-r--r-- | tests/polygonmarker.tcl | 4 |
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 |