Feb. 7, 2011
9:41 p.m.
Canvas>>draw: anObject ^anObject drawOn: self Now in SM we got SMxCanvas>>draw: anObject ^self clipBy: anObject bounds during: [ :c | anObject drawOn: c] and I'm wondering what is the exact difference. Any idea? Stef