[mapguide-commits] r1198 - trunk/MgDev/Common/Stylization

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Mon Mar 12 12:16:51 EDT 2007


Author: traianstanev
Date: 2007-03-12 12:16:51 -0400 (Mon, 12 Mar 2007)
New Revision: 1198

Modified:
   trunk/MgDev/Common/Stylization/complex_polygon_gd.h
Log:
forgot to remove an unnecessary comment

Modified: trunk/MgDev/Common/Stylization/complex_polygon_gd.h
===================================================================
--- trunk/MgDev/Common/Stylization/complex_polygon_gd.h	2007-03-12 16:15:07 UTC (rev 1197)
+++ trunk/MgDev/Common/Stylization/complex_polygon_gd.h	2007-03-12 16:16:51 UTC (rev 1198)
@@ -23,8 +23,6 @@
     {
         if (StartX <= EndX)
             gdImageLine(target, StartX, Y, EndX, Y, Color);
-        //else //this condition fixes a case when EndX is to the left of StartX and we draw one pixel more than we should
-        //    gdImageLine(target, StartX, Y, StartX, Y, Color);
     }
 
     void BuildGET(Point *, int* Contours, int nContours, EdgeState *, int MaxY);



More information about the mapguide-commits mailing list