summaryrefslogtreecommitdiffstats
path: root/tests/polygonmarker.tcl
diff options
context:
space:
mode:
authorjoye <joye>2014-06-16 21:54:29 (GMT)
committerjoye <joye>2014-06-16 21:54:29 (GMT)
commit26f23f0dc83d24caef81f34f817e2bfa0bb8f8a0 (patch)
tree63d0ba376975627f0dd6b35749be5c8004f2c6e5 /tests/polygonmarker.tcl
parent693c0a4d1f527d3b5a6303edfe990001dc5e55ef (diff)
downloadblt-26f23f0dc83d24caef81f34f817e2bfa0bb8f8a0.zip
blt-26f23f0dc83d24caef81f34f817e2bfa0bb8f8a0.tar.gz
blt-26f23f0dc83d24caef81f34f817e2bfa0bb8f8a0.tar.bz2
*** empty log message ***
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