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”Pins
File
Path to SVG file (rasterized via ThorVG)
Auto-reload when the file changes on disk
Output
Override native dimensions; rasterize at custom size
How the SVG is sized to target dimensions
Custom rasterization width
Custom rasterization height
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.
- Use Fit Mode to control how the SVG fills non-native aspect ratios: Stretch, Fit (letterbox), or Fill (crop).