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