SVG looks empty after upload
This happens when the SVG has incorrect bounds: a wrong viewBox, huge invisible canvas, or transformed geometry shifted far away.
Fast fixes
- Use the Crop window and click Fit to auto-center and fit the content.
- If the SVG uses external images/fonts, export as a Plain SVG with embedded resources, or convert to PNG first.
- Re-export from your design tool using a clean square frame.
Typical causes
- Incorrect or missing viewBox.
- Content shifted by transforms.
- External references (fonts/images) not included in the file.
- Very large canvas with tiny artwork in a corner.
Practical tip
Open the SVG in a browser. If it’s blank there too, re-export; if it’s visible, the issue is likely bounds/transforms.
Upload and use Fit
The Crop/Fit step is designed for exactly this issue.
FAQ
Can you fix any SVG automatically?
Many cases — yes. Some complex exports still require re-exporting as a simpler SVG.
What export setting helps most?
Plain SVG + outlined text + no external resources.