summaryrefslogtreecommitdiff
path: root/content/projects/svg-flatten
diff options
context:
space:
mode:
authorjaseg <git@jaseg.de>2023-03-19 23:41:06 +0100
committerjaseg <git@jaseg.de>2023-03-19 23:41:06 +0100
commitaa54c194ff5e3fa2f42909f4eb5c27d1b1366dc4 (patch)
tree79fb51120fceaafce9404e092778afeb52765d3c /content/projects/svg-flatten
parent9d2ecb11fdc6d48702b0b9bd3f29dab4fb73457c (diff)
downloadblog-aa54c194ff5e3fa2f42909f4eb5c27d1b1366dc4.tar.gz
blog-aa54c194ff5e3fa2f42909f4eb5c27d1b1366dc4.tar.bz2
blog-aa54c194ff5e3fa2f42909f4eb5c27d1b1366dc4.zip
Make images on dark mode darker
Diffstat (limited to 'content/projects/svg-flatten')
-rw-r--r--content/projects/svg-flatten/index.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/content/projects/svg-flatten/index.rst b/content/projects/svg-flatten/index.rst
index 1554bcf..ae9a8f3 100644
--- a/content/projects/svg-flatten/index.rst
+++ b/content/projects/svg-flatten/index.rst
@@ -13,3 +13,10 @@ summary: >
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" >}}