Revision: 4401
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4401&view=rev
Author:   mdboom
Date:     2007-11-21 05:49:03 -0800 (Wed, 21 Nov 2007)

Log Message:
-----------
Merged revisions 4395-4400 via svnmerge from 
http://matplotlib.svn.sf.net/svnroot/matplotlib/trunk/matplotlib

........
  r4396 | mdboom | 2007-11-20 13:25:33 -0500 (Tue, 20 Nov 2007) | 2 lines
  
  Slight speed improvement in draw_quad_mesh.
........

Modified Paths:
--------------
    branches/transforms/src/_backend_agg.cpp

Property Changed:
----------------
    branches/transforms/


Property changes on: branches/transforms
___________________________________________________________________
Name: svnmerge-integrated
   - /trunk/matplotlib:1-4394
   + /trunk/matplotlib:1-4400

Modified: branches/transforms/src/_backend_agg.cpp
===================================================================
--- branches/transforms/src/_backend_agg.cpp    2007-11-21 13:23:54 UTC (rev 
4400)
+++ branches/transforms/src/_backend_agg.cpp    2007-11-21 13:49:03 UTC (rev 
4401)
@@ -469,7 +469,6 @@
   typedef agg::renderer_base<pixfmt_amask_type>                     
amask_ren_type;
   typedef agg::renderer_scanline_aa_solid<amask_ren_type>    
amask_aa_renderer_type;
   typedef agg::renderer_scanline_bin_solid<amask_ren_type>   
amask_bin_renderer_type;
-
   args.verify_length(5, 6);
 
   Py::Object       gc_obj          = args[0];


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: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to