svgview

Usage

bash svgview path/to/some/file.svg

Purpose

I needed a tool to view SVGs while I work on them in other software. This tool should function similarly to feh. Requirements: - display an SVG and allow resizing - without rasterization artifacts - and automatically reload on file changes

TODO/Outstanding Issues

Installing

bash cargo install svgview

Building

bash cargo build