On Thu, Jul 17, 2008 at 1:57 PM, François Vaux <[EMAIL PROTECTED]> wrote:
> 2008/7/17 Jo Vermeulen <[EMAIL PROTECTED]>: > > Adding a radius doesn't seem to do anything. The background is still > > rectangular. Here's my code: > > > > Shoes.app do > > background black > > stack :width => 400, :height => 350 do > > background "../images/stripes.jpg", :radius => 12 > > para "This one's got the smooth corner cuts.", :stroke => white > > end > > end > > Oh, this is the same problem than "para" instead of "text", the option > for rounded corners is now :curve instead of :radius, and it works > exactly the same way. Just tested it. It does indeed work! Maybe _why could update NKS to fix that problem ? > I couldn't find anything about the curve option in the online manual either, so that needs updating as well I guess. Thanks for your help! -- Jo
