<div dir="ltr">These two methods are analogous to the existing fillRectangle:color: and frameRectangle:borderWidth:color:, but with an extra argument for the corner radius. I needed them in order to draw morphs with rounded corners. If the radius is not > 0, they fallback to normal rectangles.<div><br></div><div>Also, I've been wondering if we should add a cornerRadius instance variable to BoxMorph, and give them all the option to use rounded corners. What do you think? I needed this for a LinearLayoutMorph and I had to make a subclass in order to implement it.</div><div><br></div><div>Cheers,</div><div>Luciano</div></div>