diff options
author | jaseg <git@jaseg.de> | 2025-07-26 17:53:39 +0200 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2025-07-26 17:53:39 +0200 |
commit | eefa5cbb554017a41095e54e6c39592bc1de1761 (patch) | |
tree | 2f2ff3ffe57b1b3a3c11560b3ee79b1480efa4e7 /content/projects/svg-flatten/index.rst | |
parent | 3fd0c107e02858843314107afbbeaf5c056f785f (diff) | |
parent | ccd6338503549e61b74b51c2904617edbfd604cc (diff) | |
download | blog-eefa5cbb554017a41095e54e6c39592bc1de1761.tar.gz blog-eefa5cbb554017a41095e54e6c39592bc1de1761.tar.bz2 blog-eefa5cbb554017a41095e54e6c39592bc1de1761.zip |
deploy.py auto-commitdeploy
Diffstat (limited to 'content/projects/svg-flatten/index.rst')
-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" >}} |