SVG Import
Imports SVG vector graphics and rasterizes them at any resolution, resolution-independent by nature.
SVG Import loads an SVG file and rasterizes it to pixels at whatever resolution you need. Because it works from vector source data, you can render the same SVG at 64x64 for an icon or 4096x4096 for a print asset with no quality loss.
Rasterization is handled by ThorVG. Like Image In, it supports custom sizing, file watching for live updates, and relative file paths. Type assets/logo.svg and the path resolves relative to your .arcb file.
Parameters
Section titled “Parameters”General
Path to SVG file
Auto-reload when file changes on disk (polls once/second)
Enable rasterization at custom dimensions
How SVG fits custom size
Custom rasterization width
Custom rasterization height
Width px/Height px/Fit Mode only visible when Custom Size is enabled.
Usage Tips
Section titled “Usage Tips”- Use SVG Import for icons and logos that need to be exported at multiple sizes.
- Enable Watch File to iterate on the SVG in your vector editor while ArcBrush keeps the pipeline live.