diff options
author | jaseg <git@jaseg.de> | 2023-03-19 23:41:06 +0100 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2023-03-19 23:41:06 +0100 |
commit | aa54c194ff5e3fa2f42909f4eb5c27d1b1366dc4 (patch) | |
tree | 79fb51120fceaafce9404e092778afeb52765d3c /content/projects/svg-flatten | |
parent | 9d2ecb11fdc6d48702b0b9bd3f29dab4fb73457c (diff) | |
download | blog-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.rst | 7 |
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" >}} |