Patrick Rein uploaded a new version of Graphics to project The Trunk:
http://source.squeak.org/trunk/Graphics-pre.386.mcz==================== Summary ====================
Name: Graphics-pre.386
Author: pre
Time: 27 November 2017, 5:15:20.018723 pm
UUID: edc4e679-010f-c24c-b74e-3fe17fbefe4d
Ancestors: Graphics-nice.385
Improves comment and code of veryDeepCopy code in Color (very minor change)
=============== Diff against Graphics-nice.385 ===============
Item was changed:
----- Method: Color>>veryDeepCopyWith: (in category 'copying') -----
veryDeepCopyWith: deepCopier
+ "I am immutable in the Morphic world. Do not record me."
+ ^ self!
- "Return self. I am immutable in the Morphic world. Do not record me."!