From: <md...@us...> - 2007-12-10 15:03:41
|
Revision: 4682 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4682&view=rev Author: mdboom Date: 2007-12-10 07:03:33 -0800 (Mon, 10 Dec 2007) Log Message: ----------- Draw aligned lines more often than before. Modified Paths: -------------- branches/transforms/src/_backend_agg.cpp Modified: branches/transforms/src/_backend_agg.cpp =================================================================== --- branches/transforms/src/_backend_agg.cpp 2007-12-10 15:00:03 UTC (rev 4681) +++ branches/transforms/src/_backend_agg.cpp 2007-12-10 15:03:33 UTC (rev 4682) @@ -352,8 +352,6 @@ // pixels double x0, y0, x1, y1; unsigned code; - if (path.total_vertices() > 5) - return false; code = path.vertex(&x0, &y0); trans.transform(&x0, &y0); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |