On Dec 14, 2013, at 11:59 AM, Alexandre Bergel <[email protected]> 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
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
> 
> 
> 
> 


Reply via email to