diff options
Diffstat (limited to 'content/projects')
-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" >}} |