summaryrefslogtreecommitdiff
path: root/content/projects/svg-flatten
diff options
context:
space:
mode:
authorjaseg <git@jaseg.de>2023-12-27 13:42:28 +0100
committerjaseg <git@jaseg.de>2023-12-27 13:42:28 +0100
commit8a673ca3322350bd7e1580a90f89d0bd0c5fa3bf (patch)
treeeeec5676c576c03a94b5bc74f929f2962d056ee9 /content/projects/svg-flatten
parent2bb3b936b405f4f089d77655aed62903b6ae0a7f (diff)
parentab0eb2b834856c19a195c98435c4525fba08376a (diff)
downloadblog-8a673ca3322350bd7e1580a90f89d0bd0c5fa3bf.tar.gz
blog-8a673ca3322350bd7e1580a90f89d0bd0c5fa3bf.tar.bz2
blog-8a673ca3322350bd7e1580a90f89d0bd0c5fa3bf.zip
deploy.py auto-commit
Diffstat (limited to 'content/projects/svg-flatten')
-rw-r--r--content/projects/svg-flatten/index.rst22
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" >}}