diff options
author | jaseg <git@jaseg.de> | 2025-06-30 15:37:11 +0200 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2025-06-30 15:37:11 +0200 |
commit | 754e3c8c02c249dfb328d3f37ed96e6aa6b8d620 (patch) | |
tree | 726a284ccae80d91403e2b433788d1fb8d29782a /content/projects/svg-flatten | |
parent | 16655c00e0a84f6bfe58870c918fbfc016fe58ec (diff) | |
parent | 458a5fdfc598517b9fbddd02d3e1ae7cc70ceb9d (diff) | |
download | blog-754e3c8c02c249dfb328d3f37ed96e6aa6b8d620.tar.gz blog-754e3c8c02c249dfb328d3f37ed96e6aa6b8d620.tar.bz2 blog-754e3c8c02c249dfb328d3f37ed96e6aa6b8d620.zip |
deploy.py auto-commit
Diffstat (limited to 'content/projects/svg-flatten')
-rw-r--r-- | content/projects/svg-flatten/index.rst | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/content/projects/svg-flatten/index.rst b/content/projects/svg-flatten/index.rst deleted file mode 100644 index ae9a8f3..0000000 --- a/content/projects/svg-flatten/index.rst +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "svg-flatten" -external_links: - - name: Sources - url: "https://git.jaseg.de/gerbolyze.git/tree/svg-flatten?h=main" - - name: Issues - url: "https://github.com/jaseg/gerbolyze/issues" - - name: Docs - url: "https://gerbolyze.gitlab.io/svg-flatten" -summary: > - svg-flatten is a command-line utility that performs vector occlusion and clipping on SVG files, producing a - flattened SVG file without overlapping elements, without changing what the file looks like. svg-flatten is used as a - part of gerbolyze. ---- - -svg-flatten is a command-line utility that performs vector occlusion and clipping on SVG files, producing a flattened -SVG file without overlapping elements, without changing what the file looks like. svg-flatten is used as a part of -gerbolyze. - -I developed svg-flatten as part of gerbolyze_, but it can be used independently. - -.. _gerbolyze: {{< ref "projects/gerbolyze" >}} |