EllipticalArc.st
changeset 331 9ad8e3f94da5
parent 289 c4a61914a9a0
child 346 d263792e62f9
--- a/EllipticalArc.st	Mon May 13 01:00:26 1996 +0200
+++ b/EllipticalArc.st	Mon May 13 01:06:59 1996 +0200
@@ -43,7 +43,8 @@
         Claus Gittinger
 
     [see also:]
-        Circle Spline Curve LineSegment Polygon Rectangle
+        Circle Spline Curve LineSegment Polygon Rectangle Arrow
+        ArrowedSpline
         GraphicsContext
         StrokingWrapper FillingWrapper
 "
@@ -264,5 +265,5 @@
 !EllipticalArc class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/EllipticalArc.st,v 1.9 1996-05-08 23:09:14 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/EllipticalArc.st,v 1.10 1996-05-12 23:06:53 cg Exp $'
 ! !