On Tue, Feb 10, 2009 at 12:08:21PM -0800, John Gearhart wrote:
> 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.

Two things. "Background" was spelled wrong. And :radius is now
:curve.

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

That looks good on Shoes 2 (called "Raisins".)

If that doesn't work, you've discovered a bug. Try hitting Alt-/ (or
⌘-/ on OS X) to view the Shoes console. See anything in there? If
so, pass it on to me and we'll get this solved.

And, lastly, welcome to shoooes.

_why

Reply via email to