Browse Source

one last tweak to docs

dev
Andy Meneely 4 years ago
parent
commit
6463313959
  1. 1
      docs/dsl/save_png.rst

1
docs/dsl/save_png.rst

@ -93,6 +93,7 @@ Drop Shadow
-----------
Drop shadows don't modify the original image. Instead, this will paint your existing card images onto a shadow of themselves. The final image will have the following dimensions:
* ``final_width = card_w + shadow_offset_x + (3 * shadow_radius) - (2 * shadow_trim) - (2 * trim)``
* ``final_height = card_h + shadow_offset_y + (3 * shadow_radius) - (2 * shadow_trim) - (2 * trim)``

Loading…
Cancel
Save