From: <lee...@us...> - 2010-11-10 02:42:06
|
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. |