'From etoys2.1 of 8 August 2007 [latest update: #1630] on 13 September 2007 at 11:23:44 am'! "Change Set: NebraskaTransform-yo Date: 13 September 2007 Author: Yoshiki Ohshima Send float, not fraction over the net."! !MorphicTransform methodsFor: '*nebraska-Morphic-Remote' stamp: 'yo 9/13/2007 11:21'! encodeForRemoteCanvas "encode this transform into a string for use by a RemoteCanvas" ^String streamContents: [ :str | str nextPutAll: 'Morphic,'; print: offset x truncated; nextPut: $,; print: offset y truncated; nextPut: $,; print: scale asFloat; nextPut: $,; print: angle asFloat ]! !