Is there any special reason a line should not be only one pixel long?

In src/lib/engines/common/evas_line_main.c, function
evas_common_line_draw():

   if ((dx == 0) && (dy == 0))
     {
        /* point draw */
        return;
     }

should probably draw a pixel before returning?

Thanks,
Bernhard


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
enlightenment-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to