Nicolas Cellier uploaded a new version of Graphics to project The Trunk:
http://source.squeak.org/trunk/Graphics-ct.411.mcz==================== Summary ====================
Name: Graphics-ct.411
Author: ct
Time: 6 September 2019, 1:02:01.259698 pm
UUID: ac0b5286-28f7-614c-adfb-4729ed485475
Ancestors: Graphics-mt.410
Add a the #fullFrame constant to LayoutFrame
This is a value used quite often ...
=============== Diff against Graphics-mt.410 ===============
Item was added:
+ ----- Method: LayoutFrame class>>fullFrame (in category 'instance creation') -----
+ fullFrame
+
+ ^ self fractions: (0 @ 0 corner: 1 @ 1)!