Marcel Taeumel uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-mt.1765.mcz==================== Summary ====================
Name: Morphic-mt.1765
Author: mt
Time: 29 April 2021, 10:43:58.612891 am
UUID: 33804a11-9924-af48-a156-b2796a328878
Ancestors: Morphic-mt.1764
Extract #boundsSignatureHash to "Connectors" project. Etoys does not really need it.
=============== Diff against Morphic-mt.1764 ===============
Item was removed:
- ----- Method: PolygonMorph>>boundsSignatureHash (in category 'attachments') -----
- boundsSignatureHash
- ^(vertices - (self positionInWorld)) hash
- !