EllipticalArc.st
changeset 281 344857a33c20
parent 275 4a9fed506144
child 284 1b272ff61339
--- a/EllipticalArc.st	Wed May 08 20:17:08 1996 +0200
+++ b/EllipticalArc.st	Wed May 08 20:33:44 1996 +0200
@@ -38,6 +38,13 @@
      This class implements an ellipse which is aligned to x and y axes
      given a boundingBox, a startAngle and a sweepAngle.
      Positive angles are taken clockwise, negative angles are counterclockwise.
+
+    [author:]
+        Claus Gittinger
+
+    [see also:]
+        Circle Spline Polygon Rectangle
+        GraphicsContext
 "
 ! !
 
@@ -171,5 +178,5 @@
 !EllipticalArc class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/EllipticalArc.st,v 1.5 1996-05-08 12:44:20 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/EllipticalArc.st,v 1.6 1996-05-08 18:33:27 cg Exp $'
 ! !