May 13, 2012
2:52 a.m.
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.