make the haxmas template dmm202 compliant (#197)

* make the haxmas template dmm202 compliant

* remove smudge from background
This commit is contained in:
Oliver 2026-02-04 06:43:59 +11:00 committed by GitHub
parent 873764f5f7
commit fc6e6e23ae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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

View file

@ -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