PaperPict
Home / Blog / Article

NOVEMBER 20, 2025 · 3 MIN READ

Why every PaperPict figure is a layered SVG first

A bitmap is a photograph of a drawing. We wanted to hand you the drawing.

Two kinds of image

A raster image (PNG, JPG, TIFF) is a grid of pixels. A vector image (SVG, PDF, EPS) is a list of instructions: draw a path here, place this text there. The difference matters the moment you need to change something. In a raster you repaint pixels; in a vector you edit the instruction.

What 'layered' means in practice

A layered SVG groups related elements: the helix is one group, each label is a text element, each arrow is a path with a marker. Open it in Illustrator, Inkscape, or Affinity and the layers panel shows the structure of the figure, not a single flattened object. Select the arrow, change its style, and the rest of the figure is untouched.

Why not generate pixels and vectorise afterwards

Auto-tracing a bitmap produces thousands of tiny paths with no semantics: a letter becomes a blob outline, an arrow becomes three unrelated shapes. We generate the figure as objects from the start, so the output has the structure you would build by hand.

Text stays text

Live text is the single most useful property for revisions. Retyping a label in a vector editor takes seconds and keeps the font, size, and alignment. It also lets journal production staff make small copy-edits without returning the figure to you.

Rasters are still needed

Most journals ask for a raster at submission. PaperPict renders PNG and JPG from the SVG at whatever DPI and column width you choose, so the raster is always a faithful copy of the current editable version — never a stale export from three revisions ago.

A habit worth adopting

Keep the SVG as the master file in your manuscript folder and treat every PNG as disposable. When a revision arrives, edit the master and re-export. It is the same discipline as keeping the source data rather than the chart.

Make your next figure in about 30 seconds.

Free to start. No credit card. Every element stays editable.