LinuxCommandLibrary

inkview

TLDR

View SVG file

$ inkview [file.svg]
copy
View multiple files
$ inkview [file1.svg] [file2.svg]
copy
Slideshow mode
$ inkview [*.svg]
copy

SYNOPSIS

inkview [options] file...

DESCRIPTION

inkview is a simple SVG viewer bundled with Inkscape. It displays SVG files in a window for quick preview.
The viewer supports slideshow mode for presenting multiple SVGs. It renders using Inkscape's engine for accurate display.
inkview previews SVG files.

PARAMETERS

FILE

SVG files to view.
-t SECONDS
Slideshow timer interval.
--help
Display help information.
--version
Display version information.

CAVEATS

Part of Inkscape. Limited interaction. View-only functionality.

HISTORY

inkview was created as a lightweight SVG viewer companion to Inkscape for quick file preview.

SEE ALSO

inkscape(1), eog(1), feh(1), display(1)

Copied to clipboard