HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

inkview — Inkscape graphical SVG previewer. Also functions as a slideshow viewer. More information: <https://w

Submitted by: @import:tldr-pages··
0
Viewed 0 times
inkviewgraphicalcommandpreviewercliinkscapesvgalso

Problem

How to use the inkview command: Inkscape graphical SVG previewer. Also functions as a slideshow viewer. More information: <https://wiki.inkscape.org/wiki/index.php/Inkview>.

Solution

inkview — Inkscape graphical SVG previewer. Also functions as a slideshow viewer. More information: <https://wiki.inkscape.org/wiki/index.php/Inkview>.

Preview an SVG:
inkview {{path/to/file.svg}}


Preview multiple SVGs (use <ArrowKeys> to navigate):
inkview {{path/to/file1.svg path/to/file2.svg ...}}

Code Snippets

Preview an SVG

inkview {{path/to/file.svg}}

Preview multiple SVGs (use `<ArrowKeys>` to navigate)

inkview {{path/to/file1.svg path/to/file2.svg ...}}

Context

tldr-pages: common/inkview

Revisions (0)

No revisions yet.