Hello,

I've found a bug in the polygon drawing code of evas: In the file
e17/libs/evas/src/lib/canvas/evas_object_polygon.c in function
evas_object_polygon_render the lines

  p->x + obj->cur.geometry.x + x, 
  p->y + obj->cur.geometry.y + y);

should read

  p->x + x, 
  p->y + y);

Achim
-- 
________________________________________________________________________
                                                              | \_____/ |
   Achim Blumensath                                          \O/ \___/\ |
   TU Darmstadt                                              =o=  \ /\ \|
   www.mathematik.tu-darmstadt.de/~blumensath                /"\   o----|
____________________________________________________________________\___|

Attachment: pgpDTxhx2eGgk.pgp
Description: PGP signature

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to