Hello all,

Using the following code, I get two squares, side by side :

Shoes.app do
    a = image :width => 30, :height => 30 do
        rect(10,10,10,10)
    end
    #a.move(0,0)
end

If I uncomment the a.move, the mysterious second square dissapears and I'm left
with only one square. Do I miss something ?

(I'm using Shoes r811 on MacOs 10.5.4 (intel)).

-- 
P.-A.

Reply via email to