summaryrefslogtreecommitdiffstats
path: root/tests/canvPsImg.tcl
diff options
context:
space:
mode:
authordgp@users.sourceforge.net <dgp>2002-07-12 13:40:58 (GMT)
committerdgp@users.sourceforge.net <dgp>2002-07-12 13:40:58 (GMT)
commitd6221cd8a9e69a5623cba5aab41cbba867c614aa (patch)
treed8e183b36df3072890d7f699cb3530b8aa5e7777 /tests/canvPsImg.tcl
parent026bda5e161b3e9a935354888b8189f700c1b8a3 (diff)
downloadtk-d6221cd8a9e69a5623cba5aab41cbba867c614aa.zip
tk-d6221cd8a9e69a5623cba5aab41cbba867c614aa.tar.gz
tk-d6221cd8a9e69a5623cba5aab41cbba867c614aa.tar.bz2
* Converted several files in the Tk test suite for testing by
tcltest 2.1.
Diffstat (limited to 'tests/canvPsImg.tcl')
-rw-r--r--tests/canvPsImg.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/canvPsImg.tcl b/tests/canvPsImg.tcl
index d460d03..054be90 100644
--- a/tests/canvPsImg.tcl
+++ b/tests/canvPsImg.tcl
@@ -2,7 +2,7 @@
# for images in canvases. It is part of the Tk visual test suite,
# which is invoked via the "visual" script.
#
-# RCS: @(#) $Id: canvPsImg.tcl,v 1.1 1999/12/14 06:53:12 hobbs Exp $
+# RCS: @(#) $Id: canvPsImg.tcl,v 1.2 2002/07/12 13:40:59 dgp Exp $
# Build a test image in a canvas
proc BuildTestImage {} {
@@ -69,7 +69,7 @@ foreach l { monochrome gray color } {
pack .t.$l -in .t.top.r -anchor w
}
-set BitmapImage [image create bitmap -file $tk_library/demos/images/face \
+set BitmapImage [image create bitmap -file $tk_library/demos/images/face.bmp \
-background white -foreground black]
set PhotoImage [image create photo -file $tk_library/demos/images/teapot.ppm]