Marcel Taeumel uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-ct.1528.mcz==================== Summary ====================
Name: Morphic-ct.1528
Author: ct
Time: 20 September 2019, 8:29:00.755726 pm
UUID: 343a1917-50b8-6c4e-8faf-2252dd3dcf63
Ancestors: Morphic-mt.1526
Implement #pointAtFraction: in Morph
Complements Graphics-ct.419
=============== Diff against Morphic-mt.1526 ===============
Item was added:
+ ----- Method: Morph>>pointAtFraction: (in category 'geometry') -----
+ pointAtFraction: relativePoint
+
+ ^ self bounds pointAtFraction: relativePoint!