diff options
Diffstat (limited to 'tests/polygonmarker.tcl')
-rw-r--r-- | tests/polygonmarker.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/polygonmarker.tcl b/tests/polygonmarker.tcl index d71ab8d..9b553d2 100644 --- a/tests/polygonmarker.tcl +++ b/tests/polygonmarker.tcl @@ -8,7 +8,7 @@ set mm [$graph marker create polygon tt -element data1 \ echo "Testing Polygon Marker..." -bltTest3 $graph marker $mm -bindtags {aa} +#bltTest3 $graph marker $mm -bindtags {aa} bltTest3 $graph marker $mm -cap round bltTest3 $graph marker $mm -coords {1 50 1.5 100 2 150} bltTest3 $graph marker $mm -dashes dashdot |