diff options
Diffstat (limited to 'sandbox/testpoly.tcl')
-rw-r--r-- | sandbox/testpoly.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/testpoly.tcl b/sandbox/testpoly.tcl index 837b8b5..b8330e5 100644 --- a/sandbox/testpoly.tcl +++ b/sandbox/testpoly.tcl @@ -33,7 +33,7 @@ set show {\ image create photo logo -file /usr/share/toccata/images/logo.gif #image create photo papier -file /usr/share/toccata/images/dgtexture-dragstrip.xpm -set r [zinc .r -backcolor gray -relief sunken -localrender 1] +set r [zinc .r -backcolor gray -relief sunken -render 0] pack .r -expand t -fill both .r configure -width 1024 -height 800 .r scale $top 1 -1 |