[squeak-dev] Round rect drawing

Igor Stasenko siguctua at gmail.com
Fri Jul 24 06:56:40 UTC 2009


I found that Andreas posted an update recently

Morphic-ar.136.mcz

Proper round rect drawing. Instead of just corner rounding we can now
draw round rects just like any other rectangle with an optional corner
radius, for example:
Display getCanvas frameAndFillRoundRect: (100 at 100 extent: 200 at 50)
radius: 10 fillStyle: Color white borderWidth: 2 borderColor: Color
black.


Want to ask, is this a sign of making
  #roundCornersOf:during:
& friends deprecated and use a new direct messages instead whenever it
should be used?


-- 
Best regards,
Igor Stasenko AKA sig.



More information about the Squeak-dev mailing list