Revision: 7201
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7201&view=rev
Author: mdboom
Date: 2009-06-08 13:37:03 +0000 (Mon, 08 Jun 2009)
Log Message:
-----------
Pixel-align even long sequences of rectilinear lines.
Modified Paths:
--------------
trunk/matplotlib/src/path_converters.h
Modified: trunk/matplotlib/src/path_converters.h
===================================================================
--- trunk/matplotlib/src/path_converters.h 2009-06-08 12:57:17 UTC (rev
7200)
+++ trunk/matplotlib/src/path_converters.h 2009-06-08 13:37:03 UTC (rev
7201)
@@ -390,7 +390,7 @@
switch (quantize_mode)
{
case QUANTIZE_AUTO:
- if (total_vertices > 15)
+ if (total_vertices > 1024)
{
return false;
}
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises
looking to deploy the next generation of Solaris that includes the latest
innovations from Sun and the OpenSource community. Download a copy and
enjoy capabilities such as Networking, Storage and Virtualization.
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins