summaryrefslogtreecommitdiffstats
path: root/tests/polygonmarker.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/polygonmarker.tcl')
-rw-r--r--tests/polygonmarker.tcl4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/polygonmarker.tcl b/tests/polygonmarker.tcl
index 4917d66..e562821 100644
--- a/tests/polygonmarker.tcl
+++ b/tests/polygonmarker.tcl
@@ -15,14 +15,12 @@ bltTest3 $graph marker $mm -coords {1 50 1.5 100 2 150} $dops
bltTest3 $graph marker $mm -dashes {8 3} $dops
bltTest3 $graph marker $mm -element data1 $dops
bltTest3 $graph marker $mm -fill yellow $dops
-bltTest3 $graph marker $mm -fillbg blue $dops
bltTest3 $graph marker $mm -join round $dops
bltTest3 $graph marker $mm -linewidth 1 $dops
bltTest3 $graph marker $mm -hide yes $dops
bltTest3 $graph marker $mm -mapx x2 $dops
bltTest3 $graph marker $mm -mapy y2 $dops
-bltTest3 $graph marker $mm -outline green $dops
-bltTest3 $graph marker $mm -outlinebg cyan $dops
+bltTest3 $graph marker $mm -outline yellow $dops
bltTest3 $graph marker $mm -under yes $dops
bltTest3 $graph marker $mm -xoffset 20 $dops
bltTest3 $graph marker $mm -yoffset 20 $dops