diff options
author | joye <joye> | 2014-04-15 19:39:05 (GMT) |
---|---|---|
committer | joye <joye> | 2014-04-15 19:39:05 (GMT) |
commit | 0efc87e4875e0e80733923e665ba302728d801ac (patch) | |
tree | 49520f63c0bc3aab42e79a06b24e8c13e5fdb7f2 /tests/linemarker.tcl | |
parent | 7d86d0b5b4808550983b7ac6b710da3fcb254e07 (diff) | |
download | blt-0efc87e4875e0e80733923e665ba302728d801ac.zip blt-0efc87e4875e0e80733923e665ba302728d801ac.tar.gz blt-0efc87e4875e0e80733923e665ba302728d801ac.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'tests/linemarker.tcl')
-rw-r--r-- | tests/linemarker.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/linemarker.tcl b/tests/linemarker.tcl index 674aaf8..be6aa61 100644 --- a/tests/linemarker.tcl +++ b/tests/linemarker.tcl @@ -14,7 +14,7 @@ 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} -bltTest3 $graph marker $mm -dashes dashdot +bltTest3 $graph marker $mm -dashes "8 3" bltTest3 $graph marker $mm -dashoffset 10 bltTest3 $graph marker $mm -element data2 bltTest3 $graph marker $nn -fill yellow |