[BUG] Southeast Gradient

Bert Freudenberg bert at isg.cs.uni-magdeburg.de
Fri Sep 29 11:36:26 UTC 2000


Something strange happens with a gradient going down to the left. From a
certain line on, all is filled with the second color:

	Morph new
	  extent: 200 at 200;
	  fillStyle: ((GradientFillStyle
		ramp: { 0.0 -> Color red. 1.0 -> Color blue})
	    origin: 100 at 100;
	    direction: -50 at 50;
	    normal: 50 at 50);
	  openInWorld

Or is it just me?

-- Bert





More information about the Squeak-dev mailing list