Feb. 25, 2016
12:53 p.m.
On 25 Feb 2016, at 12:51, stepharo <stepharo@free.fr> wrote:
To me this is pre optimisation
I do not see why we cannot do
BlElement>>drawOnAthensCanvas: aCanvas
self shape drawOnAthensCanvas: aCanvas with: self
so far only localBounds from BlElement are used.
this was the previous implementation. and nothing prevent a particular BlElement subclass to redefine drawOnAthensCanvas: Alain
Stef