diff options
author | jaseg <git@jaseg.de> | 2023-12-30 13:44:17 +0100 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2023-12-30 13:44:17 +0100 |
commit | 58d54c5debedca8c91b28026f520b226ac8682f6 (patch) | |
tree | 672eb9d0b345ddada80eed512916b4ffd9f68406 /content/projects/svg-flatten | |
parent | b357b505257e460d41aef80550693c810780b7fc (diff) | |
parent | 3ab2c03e01264a9c6e262feef6a7188cb8b30775 (diff) | |
download | blog-58d54c5debedca8c91b28026f520b226ac8682f6.tar.gz blog-58d54c5debedca8c91b28026f520b226ac8682f6.tar.bz2 blog-58d54c5debedca8c91b28026f520b226ac8682f6.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" >}} |