Revision: 3702
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=3702&view=rev
Author: mdboom
Date: 2007-08-13 05:46:26 -0700 (Mon, 13 Aug 2007)
Log Message:
-----------
Removed obsolete comment.
Modified Paths:
--------------
trunk/matplotlib/lib/matplotlib/backends/backend_cairo.py
Modified: trunk/matplotlib/lib/matplotlib/backends/backend_cairo.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/backends/backend_cairo.py 2007-08-12 07:21:47 UTC (rev 3701)
+++ trunk/matplotlib/lib/matplotlib/backends/backend_cairo.py 2007-08-13 12:46:26 UTC (rev 3702)
@@ -302,7 +302,6 @@
def _draw_mathtext(self, gc, x, y, s, prop, angle):
if _debug: print '%s.%s()' % (self.__class__.__name__, _fn_name())
- # mathtext using the gtk/gdk method
ctx = gc.ctx
width, height, glyphs, rects = math_parse_s_cairo(
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|