Re: Fwd: etoys bug?
Bert Freudenberg <[email protected]> Wed, 10 Jul 2013 22:17:32 +0200
| Newsgroups | gmane.comp.lang.smalltalk.squeak.squeakland |
|---|---|
| Message-ID | <[email protected]> |
On 2013-07-10, at 20:03, David Corking <lists-/nzOcgXKDAFWk0Htik3J/[email protected]> wrote: > 1. Welcome to the mailing list, Dean! > > 2. There is definitely a problem with the way translucent gradients > redraw when they are 'damaged' by an overlapping morph (I can cause > repainting problems just by clicking the menu halo - it leaves a large > artifact on the gradient.) > > Attached is an even further simplified project: a single rectangle > with a translucent gradient! (I am not sure why it is 221 kB ! ) > > Hope it helps, David Yep, a simple bug in BorderedMorph>>areasRemainingToFill:. Andreas fixed it in the squeak.org version back in 2009 :) I just committed that fix. - Bert -