Skip to content

eek/svgo-inkscape

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SVGO-inkscape

This is an extension to save and optimize SVG files with SVGO at Inkscape.

The default Inkscape SVG files require a lot of inkscape metadata for edition purposes since SVG is the default file extension at inkscape. Using SVGO we can remove a lot of redundant and useless information such as editor metadata, comments, hidden elements, default or non-optimal values and other stuff that can be safely removed or converted without affecting SVG rendering result.

SVGO is a very active plugin in continuous development.

Download

SVGO inkscape for Linux 64bits Download

SVGO inkscape for Linux 32bits Download

SVGO inkscape for Windows 64bits Download

SVGO inkscape for Windows 32bits Download

SVGO inkscape for Mac 64bits Download

SVGO inkscape for Mac 32bits Download

Install

Download and uncompress the content in your Inkscape extension folder.

For Linux

~/.config/inkscape/extensions

For Windows

C:\Program Files\Inkscape\share\extensions

Then, you will be able to save your files as 'Optimized with SVGO'

Save as -> Optimized with svgo (*.svg)

About

Inkscape extension for use SVGO

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 77.9%
  • JavaScript 22.1%