aboutsummaryrefslogtreecommitdiff
path: root/demos/fillRule.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'demos/fillRule.tcl')
-rw-r--r--demos/fillRule.tcl7
1 files changed, 4 insertions, 3 deletions
diff --git a/demos/fillRule.tcl b/demos/fillRule.tcl
index 640fd1e..64a6eac 100644
--- a/demos/fillRule.tcl
+++ b/demos/fillRule.tcl
@@ -28,10 +28,11 @@ pack $w.buttons.dismiss $w.buttons.code -side left -expand 1
####### -fillrule attribute of curves
####### contour coords and clone method
-set imagePath [file join $zinc_library demos images]
-set texture [image create photo -file [file join $imagePath paper-grey1.gif]]
+#set imagePath [file join $zinc_library demos images]
+#set texture [image create photo -file [file join $imagePath paper-grey1.gif]]
-zinc $w.zinc -width 550 -height 680 -font 10x20 -borderwidth 0 -tile $texture
+#zinc $w.zinc -width 550 -height 680 -font 10x20 -borderwidth 0 -tile $texture
+zinc $w.zinc -width 550 -height 680 -font 10x20 -borderwidth 0 -backcolor #898A8F
pack $w.zinc