This commit is contained in:
Kovid Goyal 2021-03-31 22:33:37 +05:30
parent 541178ade0
commit e427437f89
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -345,7 +345,7 @@ class BasicNewsRecipe(Recipe):
#: are expressed as a percentage of the downloaded cover. #: are expressed as a percentage of the downloaded cover.
#: cover_margins = (10, 15, '#ffffff') pads the cover with a white margin #: cover_margins = (10, 15, '#ffffff') pads the cover with a white margin
#: 10px on the left and right, 15px on the top and bottom. #: 10px on the left and right, 15px on the top and bottom.
#: Color names defined at https://www.imagemagick.org/script/color.php #: Color names are defined `here <https://www.imagemagick.org/script/color.php>`_.
#: Note that for some reason, white does not always work in Windows. Use #: Note that for some reason, white does not always work in Windows. Use
#: #ffffff instead #: #ffffff instead
cover_margins = (0, 0, '#ffffff') cover_margins = (0, 0, '#ffffff')