Revision: 6019 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6019&view=rev Author: mdboom Date: 2008-08-11 13:01:47 +0000 (Mon, 11 Aug 2008)
Log Message: ----------- Snapping bug in last commit. Modified Paths: -------------- trunk/matplotlib/src/_backend_agg.cpp Modified: trunk/matplotlib/src/_backend_agg.cpp =================================================================== --- trunk/matplotlib/src/_backend_agg.cpp 2008-08-11 12:48:50 UTC (rev 6018) +++ trunk/matplotlib/src/_backend_agg.cpp 2008-08-11 13:01:47 UTC (rev 6019) @@ -387,7 +387,7 @@ double x0, y0, x1, y1; unsigned code; - if (!path.should_simplify() || path.total_vertices() > 15) + if (path.total_vertices() > 15) return false; code = path.vertex(&x0, &y0); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Matplotlib-checkins mailing list Matplotlib-checkins@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins