hermet pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=738bcb07ff6f1e27e395c33f311fbbed1c128522

commit 738bcb07ff6f1e27e395c33f311fbbed1c128522
Author: ChunEon Park <her...@hermet.pe.kr>
Date:   Sat Feb 8 16:32:52 2014 +0900

    evas/common - more useful comment.
---
 src/lib/evas/common/evas_map_image.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/evas/common/evas_map_image.c 
b/src/lib/evas/common/evas_map_image.c
index a114b98..9eb4367 100644
--- a/src/lib/evas/common/evas_map_image.c
+++ b/src/lib/evas/common/evas_map_image.c
@@ -137,7 +137,7 @@ _calc_spans(RGBA_Map_Point *p, Line *spans, int ystart, int 
yend, int cx, int cy
                        spans[yp].span[i].x1 = -1;
                     }
                }
-             //Exceptional Case.
+             //The polygon shape seems not be completed definitely.
              else
                spans[yp].span[0].x1 = -1;
           }
@@ -371,7 +371,7 @@ _calc_spans(RGBA_Map_Point *p, Line *spans, int ystart, int 
yend, int cx, int cy
                                           interp_col);
                }
           }
-        //Exceptional Case.
+        //The polygon shape seems not be completed definitely.
         else
           spans[yp].span[0].x1 = -1;
      }

-- 


Reply via email to