May 13, 2012
3:01 a.m.
Thanks, Igor! On Sat, May 12, 2012 at 7:52 PM, Igor Stasenko <siguctua@gmail.com> wrote:
On 13 May 2012 00:30, blake <dsblakewatson@gmail.com> wrote:
I went to use a "Line" today and found it wasn't in Pharo.
Apparently this is part of the ST80-* (ST80-Paths) classes which aren't carried over to Pharo.
So...how do I draw a line on a morph (without creating another morph)?
Morphic is much much younger than ST-80.
Create new morph class, override drawOn: method
use canvas line: pt1 to: pt2 color: c
& friends.
===Blake===
-- Best regards, Igor Stasenko.