June 9, 2011
2:11 p.m.
Cool. This is a good example of detecting rendering bugs in Morphic :) Try to add Amoeba>> drawOn: aCanvas aCanvas fillOval: (self bounds insetBy: 10) fillStyle: (self color alpha: 0.2) borderWidth: 2 borderColor: self color and you will see what i mean. On 9 June 2011 15:56, HwaJong Oh <daliot.oh@gmail.com> wrote:
"Load package" Gofer new     squeaksource: 'DaliotsPlayground';     package: 'Ameba';     load.
"run objects" x := Ameba example.
"kill objects" x do: #delete.
-- View this message in context: http://forum.world.st/Have-you-played-with-Ameba-tp3585624p3585624.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
-- Best regards, Igor Stasenko AKA sig.