The Trunk: Graphics-mt.388.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: Graphics-mt.388.mcz

commits-2
Marcel Taeumel uploaded a new version of Graphics to project The Trunk:
http://source.squeak.org/trunk/Graphics-mt.388.mcz

==================== Summary ====================

Name: Graphics-mt.388
Author: mt
Time: 5 December 2017, 7:44:18.464667 am
UUID: c4dbc715-98d3-ea4d-9837-df2ebd8f6b18
Ancestors: Graphics-mt.387

Addition to last commit. Due to the "self depth" call the previous change did not reach into #scaledIntoFormOfSize:smoothing:. *sigh*

=============== Diff against Graphics-mt.387 ===============

Item was added:
+ ----- Method: ColorForm>>scaledIntoFormOfSize:smoothing: (in category 'scaling, rotation') -----
+ scaledIntoFormOfSize: aNumberOrPoint smoothing: factor
+
+ ^ (self asFormOfDepth: 32) scaledIntoFormOfSize: aNumberOrPoint smoothing: factor!