A new version of Graphics was added to project The Inbox:
http://source.squeak.org/inbox/Graphics-kfr.304.mcz==================== Summary ====================
Name: Graphics-kfr.304
Author: kfr
Time: 9 January 2015, 1:34:19.648 pm
UUID: 5d91df23-754f-2943-a152-9111ccf644e0
Ancestors: Graphics-bf.303
GIFReadWriter>>close caused error since change to read only file stream reading
=============== Diff against Graphics-bf.303 ===============
Item was removed:
- ----- Method: GIFReadWriter>>close (in category 'stream access') -----
- close
- "Write terminator"
- self nextPut: Terminator.
- ^super close!