Is my SVG uploaded to any server?▼
No. The entire conversion happens in your browser using Canvas API. Your file never leaves your device.
What scale should I use?▼
1x gives you the original SVG dimensions. 2x is good for retina displays. 4x is useful for print-quality output.
Can I get a transparent PNG?▼
Yes! Toggle 'Transparent Background' on. The PNG will preserve the SVG's transparency.
What about Base64 output?▼
The Base64 string can be used directly in CSS or HTML as a data URL without hosting the image file.