📄 SKILL.md

← Vault

name: lovable-banner-qrcode-fix

description: Fix QR code disappearing in PNG export on rocha-afiliados.lovable.app when changing banner layout


Lovable Banner QR Code PNG Export Fix

Problem

On rocha-afiliados.lovable.app (banner creator tool), the QR code (SVG element) disappears when exporting to PNG after changing the banner layout (ClĂĄssico/Central/Lado a Lado). Works in preview but missing in downloaded PNG.

Root Cause (confirmed from code inspection)

The code already had a sophisticated SVG→canvas conversion via renderExportQrCanvas() — html2canvas captures the banner and then the QR bitmap is drawn on top. The actual bug was a race condition:

User

Tecrocha Sales (Brazil, pt-BR),