Spline.st
changeset 281 344857a33c20
parent 280 126dfc9dc409
child 283 59a8cfbc1e5e
--- a/Spline.st	Wed May 08 20:17:08 1996 +0200
+++ b/Spline.st	Wed May 08 20:33:44 1996 +0200
@@ -67,7 +67,8 @@
     Both open and closed curves are possible.
 
     [see also:]
-        Polygon Circle EllipticalArc
+        Polygon Circle EllipticalArc Rectangle
+        GraphicsContext
 
     [author:]
         scaletti@uxc.cso.uiuc.edu (Kurt J. Hebel)
@@ -504,5 +505,5 @@
 !Spline class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/Spline.st,v 1.3 1996-05-08 18:17:08 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/Spline.st,v 1.4 1996-05-08 18:33:22 cg Exp $'
 ! !