'From Squeakland.396-Nihongo7.29 of 14 March 2005 [latest update: #33] on 14 March 2005 at 1:47:15 pm'! "Change Set: gradientFillFix Date: 14 March 2005 Author: Yoshiki Ohshima Make the gradientFill readout work when the morph is rotated."! !Player methodsFor: 'slot getters/setters' stamp: 'yo 3/14/2005 13:45'! setUseGradientFill: aBoolean "Setter for costume's useGradientFill" costume renderedMorph fillStyle isGradientFill ifTrue: [aBoolean ifFalse: [costume renderedMorph useSolidFill]] ifFalse: [aBoolean ifTrue: [costume renderedMorph useGradientFill]]! !