diff options
author | dgp <dgp@users.sourceforge.net> | 2011-06-08 16:13:24 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2011-06-08 16:13:24 (GMT) |
commit | 5cad7e1240b32955c1350fcd8cf4456165f13f96 (patch) | |
tree | 786e9299901f14f9734842c8825ad34a73260a50 /tests/canvPsArc.tcl | |
parent | 255c998c4d6b7a3a342bbb8d3184f0f4365d33f5 (diff) | |
download | tk-5cad7e1240b32955c1350fcd8cf4456165f13f96.zip tk-5cad7e1240b32955c1350fcd8cf4456165f13f96.tar.gz tk-5cad7e1240b32955c1350fcd8cf4456165f13f96.tar.bz2 |
Purge RCS Keywords.
Diffstat (limited to 'tests/canvPsArc.tcl')
-rw-r--r-- | tests/canvPsArc.tcl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/canvPsArc.tcl b/tests/canvPsArc.tcl index 6b57c2b..ef7ca6c 100644 --- a/tests/canvPsArc.tcl +++ b/tests/canvPsArc.tcl @@ -1,8 +1,6 @@ # This file creates a screen to exercise Postscript generation # 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.4 1999/12/14 06:53:12 hobbs Exp $ catch {destroy .t} toplevel .t |