just in case this gets through...
authorCarsten Haitzler <raster@rasterman.com>
Thu, 18 Mar 2004 09:22:36 +0000 (09:22 +0000)
committerCarsten Haitzler <raster@rasterman.com>
Thu, 18 Mar 2004 09:22:36 +0000 (09:22 +0000)
SVN revision: 9388

legacy/evas/src/lib/engines/common/evas_line_main.c

index 878583b1244b5fa06b3eb681b2f91c4619143c9d..426632f74de3a67f6e07315aedf6849de41f8f2e 100644 (file)
@@ -87,6 +87,7 @@ evas_common_line_draw(RGBA_Image *dst, RGBA_Draw_Context *dc, int x1, int y1, in
    im_w = dst->image->w;
    im_h = dst->image->h;   
    col = dc->col.col;
+   if (!A_VAL(&(col))) return;
 
    ext_x = 0; ext_y = 0; ext_w = im_w; ext_h = im_h;
    if (dc->clip.use)