Not working for me either. I am on an OS X machine now so ill give it run on a windows box when I get a chance. This is confusing me. Thanks for the help!

-J


On Feb 10, 2009, at 12:28 PM, Alexander Rakoczy wrote:

Hi John!

Try this:

Shoes.app do
stack :width=> 300, :height => 350, :curve => 12 do
  background gray(0.5)
end
end

Note how the curve is on the stack, instead of the background element.

Alex

On Tue, Feb 10, 2009 at 14:08, John Gearhart <[email protected]> wrote:
Hello everyone. I am new to shoes. I like shoes. Shoes does not like me.
:(

I have been banging my head against what I am sure is a simple issue. I want a nifty smooth corner cut on a solid color background. If someone could
point me down the correct path, it would be appreciated.

Shoes.app :width => 300, :height => 350 do
stack :width => 300, :height => 350 do
backgroud gray(0.5),
  :radius => 12
para "This one's doesn't have the smooth ",
     "corner cuts.",
:stroke => white
end
end



Many thanks,
John




--
alexander rakoczy


Reply via email to