Fixes Fill Polygon in gd 1.3 ============================ Purpose ------- gd 1.3 FillPolygon is broken with complex polygons as found with libwmf (http://www.csn.ul.ie/~caolan/docs/libwmf.html) This patch fixes it How to Apply ------------ get gd release 1.3 (e.g. http://www.boutell.com/gd/) tar xvzf gd-1.3.tar.gz cd gd-1.3 patch -p1 < ../file.patch (or whatever you called it) make Caolan McNamara (1999)