Skip to content

Commit

Permalink
Don't silently drop pil_kwargs for non-Pillow-based formats.
Browse files Browse the repository at this point in the history
  • Loading branch information
anntzer committed Apr 22, 2020
1 parent 3e9d2d7 commit e9e8832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mplcairo/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def tostring_rgba_minimized(self): # Needed for MixedModeRenderer.
def _check_print_extra_kwargs(*,
# These arguments are already taken care of by print_figure().
dpi=72, facecolor=None, edgecolor=None, orientation="portrait",
dryrun=False, bbox_inches_restore=None, pil_kwargs=None):
dryrun=False, bbox_inches_restore=None):
pass


Expand Down

0 comments on commit e9e8832

Please sign in to comment.