mirror of
https://github.com/System-End/theseus.git
synced 2026-04-19 16:38:18 +00:00
Resize flavortown free template (#191)
* Resize flavortown free template * what if it was smaller --------- Co-authored-by: 24c02 <163450896+24c02@users.noreply.github.com>
This commit is contained in:
parent
05d1e8d17e
commit
8566fc3bc4
2 changed files with 4 additions and 4 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 113 KiB After Width: | Height: | Size: 124 KiB |
|
|
@ -27,13 +27,13 @@ module SnailMail
|
|||
)
|
||||
|
||||
# Render return address
|
||||
render_return_address(10, 278, 260, 70, size: 10)
|
||||
render_return_address(10, 278, 260, 70, size: 8)
|
||||
|
||||
# Render destination address
|
||||
render_destination_address(
|
||||
160,
|
||||
165,
|
||||
140,
|
||||
220,
|
||||
230,
|
||||
71,
|
||||
size: 14,
|
||||
valign: :bottom,
|
||||
|
|
@ -42,7 +42,7 @@ module SnailMail
|
|||
|
||||
# Render postal elements
|
||||
render_imb(240, 24, 183)
|
||||
render_qr_code(5, 115, 60)
|
||||
render_qr_code(5, 115, 50)
|
||||
render_letter_id(10, 65, 10, rotate: 90)
|
||||
render_postage
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue