feat: add header and footer images for 1x4 and 2x2 layouts, update canvas dimensions accordingly

This commit is contained in:
mrkad@rpi
2026-01-17 22:35:08 +07:00
parent 0d6d08f952
commit 2891ed9620
16 changed files with 77 additions and 18 deletions

BIN
public/Logo-200x60.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -0,0 +1,4 @@
<svg width="420" height="50" xmlns="http://www.w3.org/2000/svg">
<rect width="420" height="50" fill="#dc3545"/>
<text x="210" y="30" text-anchor="middle" fill="white" font-family="Arial" font-size="16" font-weight="bold">Footer 1x4</text>
</svg>

After

Width:  |  Height:  |  Size: 249 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

View File

@@ -0,0 +1,4 @@
<svg width="780" height="60" xmlns="http://www.w3.org/2000/svg">
<rect width="780" height="60" fill="#ffc107"/>
<text x="390" y="35" text-anchor="middle" fill="black" font-family="Arial" font-size="18" font-weight="bold">Footer 2x2</text>
</svg>

After

Width:  |  Height:  |  Size: 249 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

View File

@@ -0,0 +1,4 @@
<svg width="420" height="50" xmlns="http://www.w3.org/2000/svg">
<rect width="420" height="50" fill="#007bff"/>
<text x="210" y="30" text-anchor="middle" fill="white" font-family="Arial" font-size="16" font-weight="bold">Header 1x4</text>
</svg>

After

Width:  |  Height:  |  Size: 249 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

View File

@@ -0,0 +1,4 @@
<svg width="780" height="60" xmlns="http://www.w3.org/2000/svg">
<rect width="780" height="60" fill="#28a745"/>
<text x="390" y="35" text-anchor="middle" fill="white" font-family="Arial" font-size="18" font-weight="bold">Header 2x2</text>
</svg>

After

Width:  |  Height:  |  Size: 249 B