Re: [Pharo-dev] Weird Athens Artifact

2014-01-03 Thread J.F. Rick
OK. Here's some code to demonstrate the bug: wrap := AthensWrapMorph new extent: 100 @ 100; yourself. black := Morph new extent: 100 @ 100; color: Color black; yourself. red := Morph new extent: 100 @ 50; color: Color red; yourself. transparent := Morph new

Re: [Pharo-dev] Weird Athens Artifact

2014-01-03 Thread Igor Stasenko
On 3 January 2014 12:38, J.F. Rick s...@je77.com wrote: OK. Here's some code to demonstrate the bug: wrap := AthensWrapMorph new extent: 100 @ 100; yourself. black := Morph new extent: 100 @ 100; color: Color black; yourself. red := Morph new extent: 100 @ 50;

[Pharo-dev] Weird Athens Artifact

2014-01-02 Thread J.F. Rick
I've been converting DigiTile over to Athens with general success but I have found an odd rendering bug. In this scenario, I am moving the brown square around with a hand. As I am using AthensWrapMorph, I have made it so that the brown square is a submorph of the application (an AthensWrapMorph)

Re: [Pharo-dev] Weird Athens Artifact

2014-01-02 Thread Igor Stasenko
On 2 January 2014 16:54, J.F. Rick s...@je77.com wrote: I've been converting DigiTile over to Athens with general success but I have found an odd rendering bug. In this scenario, I am moving the brown square around with a hand. As I am using AthensWrapMorph, I have made it so that the brown

Re: [Pharo-dev] Weird Athens Artifact

2014-01-02 Thread J.F. Rick
I'm aware of the default Morphic behavior. I've hacked it so that a transparent 1x1 pixel bit is in the hand and its movement causes the brown morph to move and remain a submorph of the AthensWrapMorph application. Yes, this is some kind of weird clipping thing. Specifically, it looks like