[squeak-dev] The Inbox: Morphic-ct.1528.mcz

commits at source.squeak.org commits at source.squeak.org
Fri Sep 20 18:29:10 UTC 2019


A new version of Morphic was added to project The Inbox:
http://source.squeak.org/inbox/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!



More information about the Squeak-dev mailing list