StrokingWrapper.st
changeset 265 45c83acd7562
parent 263 091fa4a2f558
child 273 f76fb9098814
--- a/StrokingWrapper.st	Mon May 13 10:30:42 1996 +0200
+++ b/StrokingWrapper.st	Mon May 13 10:50:38 1996 +0200
@@ -44,6 +44,13 @@
      keep any color or lineStyle attributes. Wrappers add this information
      and can also be used as components of a view)
 
+    Notice: 
+        this class was implemented using protocol information
+        from alpha testers and from the Hopkins/Horan book.
+        - it may not be complete or compatible to the corresponding ST-80 class. 
+        If you encounter any incompatibilities, please forward a note 
+        describing the incompatibility verbal (i.e. no code) to the ST/X team.
+
     [see also:]
         FillingWrapper Geometric GraphicsContext
 
@@ -264,5 +271,5 @@
 !StrokingWrapper class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/StrokingWrapper.st,v 1.7 1996-05-12 20:35:18 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/StrokingWrapper.st,v 1.8 1996-05-13 08:50:20 cg Exp $'
 ! !