From e6a05dbef707dc10e546ef8fef8fc2a8b7d805bf Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Mon, 24 Jan 2005 15:46:33 +0000 Subject: This commit was manufactured by cvs2svn to create branch 'POSTSCRIPT'. --- sandbox/testshape.tcl | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 sandbox/testshape.tcl (limited to 'sandbox/testshape.tcl') diff --git a/sandbox/testshape.tcl b/sandbox/testshape.tcl deleted file mode 100644 index 2ed5327..0000000 --- a/sandbox/testshape.tcl +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/local/bin/wish -f - -load ../tkzinc3.2.so - -set top 1 - -set r [zinc .r -render 0 -borderwidth 0 -fullreshape 0 -relief sunken] -pack $r -expand t -fill both -$r configure -width 500 -height 500 - -set arc [.r add arc $top "50 50 200 150" -visible 1 -closed 0 -filled 0 -fillcolor white -extent 200 -pieslice 0] - -set cv [.r add curve $top "50 50 100 150 270 70 220 0 200 20 180 -100 140 40 70 -100" \ - -visible 0] - -.r rotate $arc [expr 3.14/10] 125 100 - -.r itemconfigure $top -clip $cv -- cgit v1.1