diff options
author | joye <joye> | 2014-03-26 19:38:01 (GMT) |
---|---|---|
committer | joye <joye> | 2014-03-26 19:38:01 (GMT) |
commit | a78a78c2c45694657e8aa2fa78cbae1b6c78e808 (patch) | |
tree | 6c96d0777d027b75fa2d52bbf78de41744806b40 /tests/linemarker.tcl | |
parent | 89a6725b0b1fd8edef4978bd2203dc86ddb6ebdc (diff) | |
download | blt-a78a78c2c45694657e8aa2fa78cbae1b6c78e808.zip blt-a78a78c2c45694657e8aa2fa78cbae1b6c78e808.tar.gz blt-a78a78c2c45694657e8aa2fa78cbae1b6c78e808.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'tests/linemarker.tcl')
-rw-r--r-- | tests/linemarker.tcl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/linemarker.tcl b/tests/linemarker.tcl index 41f7a34..a02a33c 100644 --- a/tests/linemarker.tcl +++ b/tests/linemarker.tcl @@ -9,6 +9,8 @@ set nn [$graph marker create line ss -element data1 \ -coords {1 150 .5 100 1 50} -linewidth 1 \ -outline green -dashes 4] +echo "Testing Line Marker..." + bltTest3 $graph marker $mm -bindtags {aa} bltTest3 $graph marker $mm -cap round bltTest3 $graph marker $mm -coords {1 50 1.5 100 2 150} |