imlib_image_draw_line has a bug in which it fails to draw a line correctly
when dx>0, dy<0, and dy>dx. It mistakenly uses the shallow line code
path, and the resulting line is always drawn as if dy=dx.
I have attached a test case for the bug, and a patch to fix it.
~ John Williams
#include
#i
2006/12/2, The Rasterman Carsten Haitzler <[EMAIL PROTECTED]>:
> On Wed, 29 Nov 2006 07:14:50 +1000 David Seikel <[EMAIL PROTECTED]> babbled:
>
> > On Tue, 28 Nov 2006 21:44:37 +0200 Виктор Кожухаров
> > <[EMAIL PROTECTED]> wrote:
> >
> > > A few months ago, I asked raster if it would be possible t
On Sun, 3 Dec 2006 00:58:19 + Bentejuy <[EMAIL PROTECTED]> wrote:
> I'm writing a small app and I have the same problem; how to get an app
> icon fast. After watching how does e17 handle data and icons in the
> file e_apps.h, I noticed that there is no library I can use to re-use
> that code,