Hi Nacho,
2015-02-06 22:32 GMT+01:00 nacho <0800na...@gmail.com>:
> Hi,
> I've been digging and inspecting all the classes related to Morphic. But
> there's something that I don't happen to figure out.
> Morph has a method
> drawOn: aCanvas
> aCanvas fillRectangle: self bounds fillStyle:
nacho wrote
> But the question is, where does Morph create such instance of FormCanvas?
#drawOn: -> senders incl. WorldState>>#drawWorld:submorphs:invalidAreasOn:
-> senders incl. WorldState>>#drawWorld:submorphs:invalidAreasOn:, whose
implementation sends #assuredCanvas... hmm that sounds interes