Spline.st
changeset 289 c4a61914a9a0
parent 284 1b272ff61339
child 327 1fcf1500a9c0
--- a/Spline.st	Thu May 09 00:08:18 1996 +0200
+++ b/Spline.st	Thu May 09 01:09:18 1996 +0200
@@ -67,7 +67,8 @@
     Both open and closed curves are possible.
 
     [see also:]
-        Polygon LineSegment Circle EllipticalArc Rectangle Curve
+        Polygon LineSegment Circle EllipticalArc 
+        Rectangle Curve
         GraphicsContext
 
     [author:]
@@ -514,5 +515,5 @@
 !Spline class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/Spline.st,v 1.6 1996-05-08 19:31:53 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/Spline.st,v 1.7 1996-05-08 23:09:10 cg Exp $'
 ! !