Revision: 8787 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8787&view=rev Author: leejjoon Date: 2010年11月10日 02:42:00 +0000 (2010年11月10日) 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.