On Sat, Aug 16, 2008 at 01:29:23AM +0900, Satoshi Asakawa wrote: > Okay, I'll try to revise my tiny Shoes apps in the ShoeBox. > Because Shoes specs are a bit changed, I guess. ;-) > e.g. the radius value of oval, etc.
Exactly, radius is half the total diameter of a circle. I originally had it like NodeBox where radius was the diameter. You can use :width instead. These two are identical: oval :top => 0, :left => 0, :radius => 10 oval :top => 0, :left => 0, :width => 20 _why
