Skip to content

Commit 7c8bfb4

Browse files
committed
rgbFace is correctly handled in patheffects
svn path=/trunk/matplotlib/; revision=8787
1 parent bc964db commit 7c8bfb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/patheffects.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def draw_path(self, renderer, gc, tpath, affine, rgbFace):
118118
gc0.copy_properties(gc)
119119

120120
gc0 = self._update_gc(gc0, self._gc)
121-
renderer.draw_path(gc0, tpath, affine, None)
121+
renderer.draw_path(gc0, tpath, affine, rgbFace)
122122
gc0.restore()
123123

124124

0 commit comments

Comments
 (0)