Revision: 4646
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4646&view=rev
Author:   mdboom
Date:     2007-12-06 09:09:53 -0800 (Thu, 06 Dec 2007)

Log Message:
-----------
Fix an incorrect merge from trunk.

Modified Paths:
--------------
    branches/transforms/lib/matplotlib/backends/backend_agg.py

Modified: branches/transforms/lib/matplotlib/backends/backend_agg.py
===================================================================
--- branches/transforms/lib/matplotlib/backends/backend_agg.py  2007-12-06 
16:23:58 UTC (rev 4645)
+++ branches/transforms/lib/matplotlib/backends/backend_agg.py  2007-12-06 
17:09:53 UTC (rev 4646)
@@ -152,7 +152,7 @@
         key = s, size, self.dpi, angle, texmanager.get_font_config()
         im = self.texd.get(key)
         if im is None:
-            Z = texmanager.get_grey(s, size, dpi)
+            Z = texmanager.get_grey(s, size, self.dpi)
             Z = npy.array(Z * 255.0, npy.uint8)
 
         self._renderer.draw_text_image(Z, x, y, angle, gc)


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

-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to