Revision: 8797
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8797&view=rev
Author:   mdboom
Date:     2010-11-12 16:58:09 +0000 (Fri, 12 Nov 2010)

Log Message:
-----------
Merged revisions 8796 via svnmerge from 
https://matplotlib.svn.sf.net/svnroot/matplotlib/branches/v1_0_maint

........
  r8796 | mdboom | 2010-11-12 11:56:38 -0500 (Fri, 12 Nov 2010) | 1 line
  
  Fix indentation
........

Modified Paths:
--------------
    trunk/matplotlib/src/_backend_agg.cpp

Property Changed:
----------------
    trunk/matplotlib/


Property changes on: trunk/matplotlib
___________________________________________________________________
Modified: svnmerge-integrated
   - /trunk/matplotlib:1-7315 /branches/mathtex:1-7263 
/branches/v0_98_5_maint:1-7253 /branches/v0_91_maint:1-6428 
/branches/v1_0_maint:1-8792,8794
   + /branches/mathtex:1-7263 /branches/v0_91_maint:1-6428 
/branches/v0_98_5_maint:1-7253 /branches/v1_0_maint:1-8796 
/trunk/matplotlib:1-7315

Modified: trunk/matplotlib/src/_backend_agg.cpp
===================================================================
--- trunk/matplotlib/src/_backend_agg.cpp       2010-11-12 16:56:38 UTC (rev 
8796)
+++ trunk/matplotlib/src/_backend_agg.cpp       2010-11-12 16:58:09 UTC (rev 
8797)
@@ -433,9 +433,11 @@
     {
         rasterizer.clip_box(int(mpl_round(l)), height - int(mpl_round(b)),
                             int(mpl_round(r)), height - int(mpl_round(t)));
-    } else {
-      rasterizer.clip_box(0, 0, width, height);
     }
+    else
+    {
+        rasterizer.clip_box(0, 0, width, height);
+    }
 
     _VERBOSE("RendererAgg::set_clipbox done");
 }


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Centralized Desktop Delivery: Dell and VMware Reference Architecture
Simplifying enterprise desktop deployment and management using
Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
client virtualization framework. Read more!
http://p.sf.net/sfu/dell-eql-dev2dev
_______________________________________________
Matplotlib-checkins mailing list
Matplotlib-checkins@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to