How to convert SVG to PNG, JPG or WebP
SVG is a vector format built from shapes, paths, text and styling. PNG, JPG and WebP are raster formats made from a fixed grid of pixels. FigureNest renders the SVG at the width you choose, calculates the matching height from the original aspect ratio, and asks the browser to encode those pixels in the selected format.
SVG to PNG
PNG is the safest choice for logos, icons, diagrams, screenshots and graphics that need sharp edges or a transparent background. The conversion is lossless at the chosen pixel dimensions, although the result is no longer infinitely scalable like the original SVG.
SVG to JPG / JPEG
JPG/JPEG is useful when you need broad image compatibility and transparency is not required. JPEG has no alpha channel, so FigureNest fills transparent areas with white before rendering. The quality slider controls lossy JPEG compression.
SVG to WebP
WebP is useful for web graphics when you want compact files and still need transparency. Browser support for WebP encoding is checked when the file is created; if a browser cannot reliably produce the requested type, FigureNest reports the limitation instead of renaming another format.
Why output width matters
Vector artwork can be rendered at many sizes. A 300-pixel-wide PNG may suit a small web icon but look soft when enlarged. Increase the output width when you need more pixels for a larger display or print job. FigureNest caps output at 8,000 pixels per side and 40 megapixels to reduce browser memory pressure.
Privacy and SVG safety
SVG files can contain more than drawing instructions, including scripts, event handlers, linked resources and embedded HTML. Before rendering, FigureNest removes active content and external resource references. The cleaned SVG is rendered locally in your browser; the selected file and converted image are not uploaded to a FigureNest conversion server.
Worked example
If a logo SVG renders at 800 × 400 pixels and you choose an output width of 2400 pixels, FigureNest calculates a 1200-pixel height to preserve the 2:1 aspect ratio. PNG or WebP can keep transparent areas. JPG produces the same 2400 × 1200 pixel dimensions but fills those transparent areas with white.