mapnik/agg
Artem Pavlenko 623a750ba4 fixed indefinite loop conditions when len=1
-   while(abs(sx - lp.x1) + abs(sy - lp.y1) > lp2.len)
+   while(abs(sx - lp.x1) + abs(sy - lp.y1) > 1 + lp2.len)
    {
        sx = (lp.x1 + sx) >> 1;
        sy = (lp.y1 + sy) >> 1;
    }
2006-12-01 10:00:04 +00:00
..
include fixed indefinite loop conditions when len=1 2006-12-01 10:00:04 +00:00
src 1.upgrade to latest agg2.4 2006-11-09 23:44:34 +00:00
copying new build system 2006-01-31 23:12:49 +00:00
SConscript 1.added projection transformation support based on proj4 (new dependency!!!) 2006-10-16 13:44:52 +00:00