diff options
author | das <das> | 2008-11-22 22:30:41 (GMT) |
---|---|---|
committer | das <das> | 2008-11-22 22:30:41 (GMT) |
commit | 38d7b3af87944fd829c9d188866f07683c808c7b (patch) | |
tree | 61db7d151825d92cc7bbf8d72a04d731476dcbcc /library/demos/items.tcl | |
parent | 8f774fcfbfdc47876acdcbc57f65d56318db0a7f (diff) | |
download | tk-38d7b3af87944fd829c9d188866f07683c808c7b.zip tk-38d7b3af87944fd829c9d188866f07683c808c7b.tar.gz tk-38d7b3af87944fd829c9d188866f07683c808c7b.tar.bz2 |
demo angled text
Diffstat (limited to 'library/demos/items.tcl')
-rw-r--r-- | library/demos/items.tcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/demos/items.tcl b/library/demos/items.tcl index 11aa32f..c1feb00 100644 --- a/library/demos/items.tcl +++ b/library/demos/items.tcl @@ -3,7 +3,7 @@ # This demonstration script creates a canvas that displays the # canvas item types. # -# RCS: @(#) $Id: items.tcl,v 1.7 2004/12/21 11:56:35 dkf Exp $ +# RCS: @(#) $Id: items.tcl,v 1.8 2008/11/22 22:30:41 das Exp $ if {![info exists widgetDemo]} { error "This script should be run from the \"widget\" demo." @@ -129,7 +129,7 @@ $c create text 25.5c 11c -anchor w -font $font1 -fill $blue \ -justify center -tags item $c create rectangle 24.9c 13.9c 25.1c 14.1c $c create text 25c 14c -font $font2 -anchor c -fill $red -stipple gray50 \ - -text "Stippled characters" -tags item + -text "Stippled characters" -tags item -angle 15 $c create text 5c 16.2c -text Arcs -anchor n $c create arc 0.5c 17c 7c 20c -fill $green -outline black \ |