Scripts for building a test suite of SVGs from multiple sources. The aim is to maintain an archive that's convenient and relatively efficient to pull from CI pipelines to run regression tests.
The contents of the archive will be optimized for the pull request pipelines of SVGO, and may be prone to breaking changes without notice.
Source | License |
---|---|
W3C SVG 1.1 Test Suite | W3C test suite license |
KDE Oxygen Icons | LGPL-3.0 |
Here are the differences between the repack and the originals:
- Excludes symlinks.
- Excludes non-SVG files.
- Converts SVGZ files to SVGs.
- Converts UTF16-LE encoded files to UTF-8.
- Deletes duplicate files.
If you're looking for the library and CLI application to optimize SVGs, see SVGO.