# HG changeset patch # User Claus Gittinger # Date 1474549657 -7200 # Node ID d43c1faedb326af9b7d7e3d667bf1256f82ce5af # Parent 0dc6dd61e4851f4851e1b938a7e3adb8aed5fcae #DOCUMENTATION by cg class: EllipticalArc comment/format in: #asEllipticalArc diff -r 0dc6dd61e485 -r d43c1faedb32 EllipticalArc.st --- a/EllipticalArc.st Tue Sep 20 11:51:13 2016 +0200 +++ b/EllipticalArc.st Thu Sep 22 15:07:37 2016 +0200 @@ -11,6 +11,8 @@ " "{ Package: 'stx:libbasic2' }" +"{ NameSpace: Smalltalk }" + Geometric subclass:#EllipticalArc instanceVariableNames:'boundingBox startAngle sweepAngle' classVariableNames:'' @@ -250,7 +252,7 @@ !EllipticalArc methodsFor:'converting'! asEllipticalArc - "convert the receiver into an ellipticalArc - thats the receiver itself" + "convert the receiver into an ellipticalArc - that's the receiver itself" ^ self ! ! @@ -307,5 +309,6 @@ !EllipticalArc class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libbasic2/EllipticalArc.st,v 1.14 2009-06-06 10:12:23 cg Exp $' + ^ '$Header$' ! ! +