Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.13 KB

README.md

File metadata and controls

25 lines (16 loc) · 1.13 KB

SVGO Test Suite chat

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.

Sources

Source License
W3C SVG 1.1 Test Suite W3C test suite license
KDE Oxygen Icons LGPL-3.0

Processing

Here are the differences between the repack and the originals:

  • Excludes symlinks.
  • Converts SVGZ files to SVGs.
  • Includes only SVG files.
  • Deletes duplicate files.

SVG Optimizer

If you're looking for the library and CLI application to optimize SVGs, see SVGO.