Feb. 20, 2013
4:25 p.m.
Hi all, I do not understand why this method is redifined with a fixed class. Jsut see the method: ColorForm>>blankCopyOf: aRectangle scaledBy: scale ^Form extent: (aRectangle extent * scale) truncated depth: 32 where in Form, there is a better method: Form>>blankCopyOf: aRectangle scaledBy: scale ^ self class extent: (aRectangle extent * scale) truncated depth: depth My idea is just to remove this method. Is it ok ? The issue is Issue 7556<http://code.google.com/p/pharo/issues/detail?id=7556> -- ~~Dr. Jannik Laval~~ Ãcole des Mines de Douai Enseignant-chercheur http://www.jannik-laval.eu