summaryrefslogtreecommitdiff
path: root/content/projects/svg-flatten/index.rst
diff options
context:
space:
mode:
authorjaseg <git@jaseg.de>2025-07-26 13:46:13 +0200
committerjaseg <git@jaseg.de>2025-07-26 13:46:13 +0200
commit3281a5044261cb2d8bcce263f959ab9b0fbc93fb (patch)
treea8402de38c04aaa316ab5346cb38c2216d2222f4 /content/projects/svg-flatten/index.rst
parent9d55ae84a8208abd714d6b35bd31b023e4ee2ce5 (diff)
parent61c112870d029ad5ec0510b105d157b8ffb86f55 (diff)
downloadblog-3281a5044261cb2d8bcce263f959ab9b0fbc93fb.tar.gz
blog-3281a5044261cb2d8bcce263f959ab9b0fbc93fb.tar.bz2
blog-3281a5044261cb2d8bcce263f959ab9b0fbc93fb.zip
deploy.py auto-commit
Diffstat (limited to 'content/projects/svg-flatten/index.rst')
-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" >}}