summaryrefslogtreecommitdiff
path: root/content/projects/svg-flatten/index.rst
blob: ae9a8f3fb0052eac0282016d56cd9053959b0865 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
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" >}}