Revision: 8787
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8787&view=rev
Author:   leejjoon
Date:     2010-11-10 02:42:00 +0000 (Wed, 10 Nov 2010)

Log Message:
-----------
rgbFace is correctly handled in patheffects

Modified Paths:
--------------
    trunk/matplotlib/lib/matplotlib/patheffects.py

Modified: trunk/matplotlib/lib/matplotlib/patheffects.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/patheffects.py      2010-11-09 15:25:50 UTC 
(rev 8786)
+++ trunk/matplotlib/lib/matplotlib/patheffects.py      2010-11-10 02:42:00 UTC 
(rev 8787)
@@ -118,7 +118,7 @@
         gc0.copy_properties(gc)
 
         gc0 = self._update_gc(gc0, self._gc)
-        renderer.draw_path(gc0, tpath, affine, None)
+        renderer.draw_path(gc0, tpath, affine, rgbFace)
         gc0.restore()
 
 


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

------------------------------------------------------------------------------
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book "Blueprint to a 
Billion" shares his insights and actions to help propel your 
business during the next growth cycle. Listen Now!
http://p.sf.net/sfu/SAP-dev2dev
_______________________________________________
Matplotlib-checkins mailing list
Matplotlib-checkins@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to