âš DPI vs. Pixel Units:
If your SVG uses real-world units (in, cm, mm), setting a higher DPI scales the output correctly.
If your SVG uses px units, DPI alone won't upscale it — use the Zoom field instead
(e.g. Zoom = 3.125 to simulate 300 dpi from a 96 dpi base).