forked from RazrFalcon/svgcleaner
-
Notifications
You must be signed in to change notification settings - Fork 1
Batch, tunable, crossplatform SVG cleaning program
Anthony-Gaudino/SVGCleaner
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 svgcleanerteam@gmail.com.
About
Batch, tunable, crossplatform SVG cleaning program
Resources
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Perl 43.5%
- TypeScript 42.0%
- C++ 14.5%