Cleaning a surface/canvas in Athens
Hi! Just wondering. Isnât a bit strange to have to do this in order to clean a surface: -=-=-=-= surface drawDuring: [:cs | surface clear. ⦠] -=-=-=-= Shouldnât it be -=-=-=-= surface drawDuring: [:cs | cs clear. ⦠] -=-=-=-= instead? Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
On Dec 14, 2013, at 11:59 AM, Alexandre Bergel <alexandre.bergel@me.com> wrote:
Hi!
Just wondering. Isnât a bit strange to have to do this in order to clean a surface:
-=-=-=-= surface drawDuring: [:cs | surface clear. ⦠] -=-=-=-=
Shouldnât it be
is cs a canvas? I thikn that you misunderstand what is the canvas versus the surface the surface is the physical memory medium and the canvas is a way to write on it.
-=-=-=-= surface drawDuring: [:cs | cs clear. ⦠] -=-=-=-= instead?
Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
participants (2)
-
Alexandre Bergel -
Stéphane Ducasse