diff options
Diffstat (limited to 'tests/linepen.tcl')
-rw-r--r-- | tests/linepen.tcl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/linepen.tcl b/tests/linepen.tcl index 3228cce..77503f9 100644 --- a/tests/linepen.tcl +++ b/tests/linepen.tcl @@ -7,7 +7,6 @@ $graph pen create foo -color red -showvalues y -symbol circle -dashes {4 4} $graph element configure data2 -pen foo echo "Testing Line Pen..." -$graph element configure data1 bltTest3 $graph pen foo -color yellow $dops bltTest3 $graph pen foo -dashes {8 3} $dops |