feat: add header and footer images for 1x4 and 2x2 layouts, update canvas dimensions accordingly
BIN
public/assets/footer-1x4.png
Normal file
|
After Width: | Height: | Size: 15 KiB |
4
public/assets/footer-1x4.svg
Normal 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 |
BIN
public/assets/footer-2x2.png
Normal file
|
After Width: | Height: | Size: 18 KiB |
4
public/assets/footer-2x2.svg
Normal 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 |
BIN
public/assets/header-1x4.png
Normal file
|
After Width: | Height: | Size: 20 KiB |
4
public/assets/header-1x4.svg
Normal 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 |
BIN
public/assets/header-2x2.png
Normal file
|
After Width: | Height: | Size: 20 KiB |
4
public/assets/header-2x2.svg
Normal 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 |