_why et al, I got a question about :top and :left positions in the forum of RubyLearning.org.
When I create an oval shape, like oval :left => 50, :top => 50, :width => 30 The :left and :top positions are the top-left corner of the oval. But I create an star shape, like star :left => 50, :top => 50, :points => 5, :outer => 15, :inner => 10 The :left and :top positions are the center of the star. Umm... this behavior is a spec or a bug? Regards, ashbb
