April 2, 2016
2:56 p.m.
Hi I want a square morph with a circle or a line at 45 degree inside Now I do not get it. I thought that I needed to specialize drawOnAthensCanvas: so I did BlCell >> drawOnAthensCanvas: aCanvas super drawOnAthensCanvas: aCanvas. aCanvas drawShape: (BlShape new strokePaint: (BlStrokePaint new paint: (BlColorPaint new color: (Color blue)); width: 15); path: BlCirclePath new). Now I do not know how I can specify a shape size So I will use another API than drawShape: Stef