fix: resolve background not shown

This commit is contained in:
2026-02-04 09:39:55 +05:00
parent 1e314392af
commit 50f3930bf1
3 changed files with 26 additions and 10 deletions
+3
View File
@@ -69,6 +69,9 @@
<div class="canvas-container">
<Stage width={320} height={panel.height}>
<Layer>
{#if backgroundImage}
<Image image={backgroundImage} width={320} height={panel.height} />
{/if}
{#each panel.texts || [] as textItem (textItem.id)}
{@const textPosition = getTextPosition(textItem)}
<Text