Cuis-Smalltalk / Cuis-Smalltalk-Dev

Active development of Cuis Smalltalk
MIT License
435 stars 70 forks source link

ColorForm stroreString #169

Closed hilaire closed 4 years ago

hilaire commented 4 years ago

This code (Form fromFileNamed: 'subMenu.png') storeString

subMenu.png: subMenu

produces this executable statement, but it executes as a very different funny Form

((ColorForm
    extent: 9@6
    depth: 2
    fromArray: #( 87381 109225 27300 6800 1600 256)
    offset: 0@0)
    colorsFromArray: #(#( ) #(0.000 0.000 0.000) #(0.063 0.808 0.325) #( )  ))

Tested with 4200 change set

jvuletich commented 4 years ago

Fix at GitHub. Thanks for the report.