mirror of
https://github.com/System-End/theseus.git
synced 2026-04-19 16:38:18 +00:00
make the haxmas template dmm202 compliant (#197)
* make the haxmas template dmm202 compliant * remove smudge from background
This commit is contained in:
parent
873764f5f7
commit
fc6e6e23ae
2 changed files with 5 additions and 7 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 2.5 MiB After Width: | Height: | Size: 2.8 MiB |
|
|
@ -19,15 +19,13 @@ module SnailMail
|
|||
width: 443,
|
||||
)
|
||||
|
||||
|
||||
render_return_address(10, 278, 260, 70, size: 8, font: "f25")
|
||||
|
||||
|
||||
render_destination_address(
|
||||
100,
|
||||
200,
|
||||
185,
|
||||
260,
|
||||
120,
|
||||
100,
|
||||
size: 14,
|
||||
valign: :center,
|
||||
align: :left
|
||||
|
|
@ -42,9 +40,9 @@ module SnailMail
|
|||
end
|
||||
|
||||
|
||||
render_imb(140, 70, 183)
|
||||
render_qr_code(310, 262, 42)
|
||||
render_letter_id(2, 5, 6)
|
||||
render_imb(102, 80, 183)
|
||||
render_qr_code(220, 260, 40)
|
||||
render_letter_id(10, 19, 8)
|
||||
render_postage
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue