Re: [Pharo-dev] Fix in Athens-Cairo

2013-08-11 Thread Alexandre Bergel
Yes, you're right. The Morphic version of drawing arc does not complain, however it did with Athens. Thanks for fixing this Alexandre On Aug 7, 2013, at 9:00 AM, Igor Stasenko wrote: > Just to make it clear: > > when you get zero-divide error, where you think the bug is , in #/ method, > or

Re: [Pharo-dev] Fix in Athens-Cairo

2013-08-07 Thread Igor Stasenko
Just to make it clear: when you get zero-divide error, where you think the bug is , in #/ method, or maybe in code which passed zero as divisor? by analogy, when you want to draw an arc with zero length, which makes it non-arc, where you think the bug is, in code which implements drawing an arc o

Re: [Pharo-dev] Fix in Athens-Cairo

2013-08-07 Thread Igor Stasenko
On 7 August 2013 10:03, Alexandre Bergel wrote: > Hi Igor, > > I think have I found a bug when circle are drawn. > > I have added "(start = end) ifTrue: [ ^ self ]." in this method: > your change just makes it fool-proof. The bug is in user code which specifies wrong data (drawing arc with two co