diff options
author | hobbs <hobbs@noemail.net> | 1999-12-14 06:53:10 (GMT) |
---|---|---|
committer | hobbs <hobbs@noemail.net> | 1999-12-14 06:53:10 (GMT) |
commit | 877634f6b5ec54a286a11e53e35cffb03cf82e71 (patch) | |
tree | 9cf936e1b6b3abcdf9ad5fd0f58caa549f438d21 /tests/canvPsArc.tcl | |
parent | e7d52c87faa62e2f0d97708fb980aca2c2eb3c4e (diff) | |
download | tk-877634f6b5ec54a286a11e53e35cffb03cf82e71.zip tk-877634f6b5ec54a286a11e53e35cffb03cf82e71.tar.gz tk-877634f6b5ec54a286a11e53e35cffb03cf82e71.tar.bz2 |
* tests/bind.test:
* tests/canvImg.test:
* tests/canvPsArc.tcl:
* tests/canvPsImg.tcl: (new file)
* tests/canvRect.test:
* tests/canvText.test:
* tests/canvas.test:
* tests/defs.tcl:
* tests/entry.test:
* tests/event.test:
* tests/font.test:
* tests/frame.test:
* tests/imgPhoto.test:
* tests/safe.test:
* tests/scale.test:
* tests/scrollbar.test:
* tests/select.test:
* tests/text.test:
* tests/textDisp.test:
* tests/textTag.test:
* tests/unixFont.test:
* tests/unixWm.test:
* tests/visual_bb.test:
* tests/winClipboard.test: tests for the dash patch changes
FossilOrigin-Name: 73e913a6e6c8d3714d1bd2763748df34a0522efd
Diffstat (limited to 'tests/canvPsArc.tcl')
-rw-r--r-- | tests/canvPsArc.tcl | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/tests/canvPsArc.tcl b/tests/canvPsArc.tcl index 4acdbbe..6b57c2b 100644 --- a/tests/canvPsArc.tcl +++ b/tests/canvPsArc.tcl @@ -2,7 +2,7 @@ # for bitmaps in canvases. It is part of the Tk visual test suite, # which is invoked via the "visual" script. # -# RCS: @(#) $Id: canvPsArc.tcl,v 1.3 1999/04/16 01:51:35 stanton Exp $ +# RCS: @(#) $Id: canvPsArc.tcl,v 1.4 1999/12/14 06:53:12 hobbs Exp $ catch {destroy .t} toplevel .t @@ -43,16 +43,3 @@ $c create arc .5i 4.5i 2i 6i -style arc -start 135 -extent 315 -width 3m \ -outline black -outlinestipple gray25 $c create arc 3.5i 4.5i 5.5i 5.5i -style arc -start 45 -extent -90 -width 1m \ -outline black - - - - - - - - - - - - - |