Skip to content
This repository has been archived by the owner on Oct 30, 2021. It is now read-only.
/ svgcleaner Public archive

svgcleaner could help you to clean up your SVG files from the unnecessary data.

License

Notifications You must be signed in to change notification settings

RazrFalcon/svgcleaner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generally, SVG files produced by vector editors contain a lot of unused elements and attributes that just blow up their size without providing better visible quality.

SVG Cleaner could help you to clean up your SVG files from unnecessary data. It has a lot of options for cleanup and optimization, works in batch mode, provides threaded processing on the multicore processors and basically does two things:
- removing elements and attributes that don't contribute to the final rendering;
- making those elements and attributes in use more compact.

Images cleaned by SVG Cleaner are typically 10-60 percent smaller than the original ones.

Important! The internal image viewer in SVG Cleaner uses the QtSvg module for rendering SVG images. Qt supports only the static features of SVG 1.2 Tiny, and that imposes a number of restrictions on rendering of advanced features. For instance, elements such as clipPath, mask, filters etc. will not be rendered at all.

We apologize for any bugs in advance. Please send bug reports to [email protected].