mirror of
https://github.com/System-End/theseus.git
synced 2026-04-19 19:55:10 +00:00
more pyramid tweaks
This commit is contained in:
parent
07ac08054b
commit
874ceba2e7
1 changed files with 4 additions and 4 deletions
|
|
@ -21,9 +21,9 @@ module SnailMail
|
|||
# )
|
||||
|
||||
# Render return address
|
||||
render_return_address(10, 270, 130, 70, font: "gohu")
|
||||
render_return_address(10, 280, 130, 50, font: "gohu")
|
||||
|
||||
if letter.rubber_stamps.present?
|
||||
if false && letter.rubber_stamps.present?
|
||||
font("gohu") do
|
||||
text_box(
|
||||
letter.rubber_stamps,
|
||||
|
|
@ -42,14 +42,14 @@ module SnailMail
|
|||
# Render destination address in speech bubble
|
||||
render_destination_address(
|
||||
79.5,
|
||||
202,
|
||||
180,
|
||||
237,
|
||||
100,
|
||||
size: 16, valign: :bottom, align: :left, font: "gohu"
|
||||
)
|
||||
|
||||
# Render IMb barcode
|
||||
render_imb(78, 102, 237)
|
||||
render_imb(78, 80, 237)
|
||||
|
||||
# Render QR code for tracking
|
||||
render_qr_code(7, 67, 60)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue