diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-10-04 12:29:14 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-10-04 12:29:14 (GMT) |
commit | 6746e8c834b3f360b5bdb770baad9aca64e02920 (patch) | |
tree | b6310f47e9567bd7cf52e4f94afbc10b2672f496 /library/demos | |
parent | 4fac9b09a9b1617c963bbefccfc0444589a4bbfe (diff) | |
parent | 271b2253102a315cd4aa422f7ee6bbe53c370b35 (diff) | |
download | tk-6746e8c834b3f360b5bdb770baad9aca64e02920.zip tk-6746e8c834b3f360b5bdb770baad9aca64e02920.tar.gz tk-6746e8c834b3f360b5bdb770baad9aca64e02920.tar.bz2 |
Merge 8.6, demo change only.
Diffstat (limited to 'library/demos')
-rw-r--r-- | library/demos/items.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/demos/items.tcl b/library/demos/items.tcl index bf54a89..aca37c2 100644 --- a/library/demos/items.tcl +++ b/library/demos/items.tcl @@ -94,7 +94,7 @@ $c create line 12c 6c 13.5c 4.5c 16.5c 7.5c 18c 6c \ $c create text 25c .2c -text Polygons -anchor n $c create polygon 21c 1.0c 22.5c 1.75c 24c 1.0c 23.25c 2.5c \ - 24c 4.0c 22.5c 3.25c 21c 4.0c 21.75c 2.5c -fill $green \ + 24c 4.0c 22.5c 3.25c 21c 4.0c 21.75c 2.5c -outline $green \ -width 4 -tags item $c create polygon 25c 4c 25c 4c 25c 1c 26c 1c 27c 4c 28c 1c \ 29c 1c 29c 4c 29c 4c -fill $red -outline {} -smooth on -tags item |