svgsym: A tool to prune unused symbols from icon SVG files.
This is a simple tool to prune unused symbols from icon SVG files.
Specifically, this tools takes as input
- an SVG file that consists only of symbol
elements,
- one of more glob patterns of source files, and
- a regular expression that identifies symbol references.
It then scans your source files for references to symbols in the SVG
file. The output of the tool is an SVG file that contains only the
symbols referenced in your source files.
[Skip to Readme]
Downloads
- svgsym-0.1.2.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1.0.0, 0.1.1.0, 0.1.2.0 |
---|---|
Change log | CHANGELOG.md |
Dependencies | array (>=0.5 && <0.6), base (>=4 && <5), bytestring (>=0.10 && <0.13), containers (>=0.6 && <0.7), directory (>=1.3 && <1.4), filepath (>=1.4 && <1.5), filepattern (>=0.1.2 && <0.2), optparse-applicative (>=0.16 && <0.19), regex-base (>=0.94 && <0.95), regex-tdfa (>=1.3.1 && <1.4), xml (>=1.3 && <1.4) [details] |
License | GPL-3.0-or-later |
Copyright | © 2022–2024 Robert Helgesson |
Author | Robert Helgesson |
Maintainer | robert@rycee.net |
Category | Utility |
Home page | https://git.sr.ht/~rycee/svgsym |
Bug tracker | https://lists.sr.ht/~rycee/public-inbox |
Source repo | head: git clone https://git.sr.ht/~rycee/svgsym |
Uploaded | by RobertHelgesson at 2024-02-19T22:08:12Z |
Distributions | NixOS:0.1.2.0 |
Executables | svgsym |
Downloads | 197 total (11 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs not available [build log] Last success reported on 2024-02-19 [all 1 reports] |