diff options
Diffstat (limited to 'tests/polygonmarker.tcl')
-rw-r--r-- | tests/polygonmarker.tcl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/polygonmarker.tcl b/tests/polygonmarker.tcl index 21ff799..4acd7c5 100644 --- a/tests/polygonmarker.tcl +++ b/tests/polygonmarker.tcl @@ -3,11 +3,12 @@ source base.tcl set w .line set graph [bltLineGraph $w] -set mm [$graph marker create polygon tt -element data1 \ +set mm [$graph marker create polygon tt -element data2 \ -coords {1 50 1.5 100 1 150} -linewidth 5] $graph element configure data1 -hide yes echo "Testing Polygon Marker..." +bltCmd $graph marker configure $mm #bltTest3 $graph marker $mm -bindtags {aa} bltTest3 $graph marker $mm -cap round |