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.

-------------------------------------------------------------------------
SF.Net email is sponsored by: 
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to