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.

Maybe _why could update NKS to fix that problem ?

Reply via email to