From 6463313959c84b8d87bc44b916201b1605fd5178 Mon Sep 17 00:00:00 2001 From: Andy Meneely Date: Fri, 23 Jul 2021 11:28:48 -0400 Subject: [PATCH] one last tweak to docs --- docs/dsl/save_png.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/dsl/save_png.rst b/docs/dsl/save_png.rst index 5ed8d5d..cc46411 100644 --- a/docs/dsl/save_png.rst +++ b/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)``