[BUG] Translucent lines in 16 bpp

Bert Freudenberg bert at isgnw.CS.Uni-Magdeburg.De
Fri May 12 10:07:08 UTC 2000


Display restoreAfter: [
	Display newDepth: 16.
	World canvas
		line: 0 at 0 to: 100 at 100 width: 3
        	color: (Color r: 1 g: 0 b: 0 alpha: 0.5)
]

This draws a line from 100 at 100 to 200 at 200 instead of starting at the top
left corner. It works fine in 8 and 32 bpp ...

-- Bert





More information about the Squeak-dev mailing list