StrokingWrapper.st
changeset 405 4acab6da7d82
parent 365 47e0d48fd769
child 1789 f52f0a0d8448
--- a/StrokingWrapper.st	Mon Feb 10 14:48:18 1997 +0100
+++ b/StrokingWrapper.st	Mon Feb 10 14:49:00 1997 +0100
@@ -272,7 +272,7 @@
     aGC lineStyle:lineStyle.
     aGC joinStyle:joinStyle.
     aGC capStyle:capStyle.
-    aGC paint:fgColor on:bgColor.
+    aGC paint:foregroundColor on:backgroundColor.
 
     component displayStrokedOn:aGC.
 
@@ -283,7 +283,7 @@
     aGC paint:prevFg on:prevBg.
 
     "Created: 8.5.1996 / 23:24:04 / cg"
-    "Modified: 9.5.1996 / 00:11:17 / cg"
+    "Modified: 10.2.1997 / 14:21:33 / cg"
 ! !
 
 !StrokingWrapper methodsFor:'initialization'!
@@ -301,5 +301,5 @@
 !StrokingWrapper class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/StrokingWrapper.st,v 1.13 1997-01-14 17:00:08 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/StrokingWrapper.st,v 1.14 1997-02-10 13:48:46 cg Exp $'
 ! !