summaryrefslogtreecommitdiff
path: root/projects/svg-flatten/index.html
diff options
context:
space:
mode:
authorjaseg <git@jaseg.de>2023-03-19 23:41:16 +0100
committerjaseg <git@jaseg.de>2023-03-19 23:41:16 +0100
commit98bce2478f022a2eb15c3df909c7825ae050f3bf (patch)
tree41b113f606ebd5eec72a0f133d8297d0a0454968 /projects/svg-flatten/index.html
parentaa54c194ff5e3fa2f42909f4eb5c27d1b1366dc4 (diff)
parent41e6fd94a73162ecfd3afdc30879dfeac509cfb5 (diff)
downloadblog-98bce2478f022a2eb15c3df909c7825ae050f3bf.tar.gz
blog-98bce2478f022a2eb15c3df909c7825ae050f3bf.tar.bz2
blog-98bce2478f022a2eb15c3df909c7825ae050f3bf.zip
deploy.py auto-commit
Diffstat (limited to 'projects/svg-flatten/index.html')
-rw-r--r--projects/svg-flatten/index.html55
1 files changed, 55 insertions, 0 deletions
diff --git a/projects/svg-flatten/index.html b/projects/svg-flatten/index.html
new file mode 100644
index 0000000..e20adf7
--- /dev/null
+++ b/projects/svg-flatten/index.html
@@ -0,0 +1,55 @@
+<!DOCTYPE html>
+<html><head>
+ <meta charset="utf-8">
+ <title>svg-flatten | Home</title>
+ <meta name="description" content="">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <meta name="mobile-web-app-capable" content="yes">
+ <meta name="color-scheme" content="dark light">
+ <link rel="stylesheet" href="/style.css">
+</head>
+<body><nav>
+ <div class="internal">
+
+ <a href="/" title="Home">Home</a>
+ <a href="/blog/" title="Blog">Blog</a>
+ <a href="/projects/" title="Projects">Projects</a>
+ <a href="/about/" title="About">About</a>
+ </div>
+ <div class="external">
+ <a href="https://git.jaseg.de/" title="cgit">cgit</a>
+ <a href="https://github.com/jaseg" title="Github">Github</a>
+ <a href="https://gitlab.com/neinseg" title="Gitlab">Gitlab</a>
+ <a href="https://chaos.social/jaseg" title="Mastodon">Mastodon</a>
+ </span>
+</nav>
+
+ <header>
+ <h1>svg-flatten</h1>
+<ul class="breadcrumbs">
+ <li><a href="/">jaseg.de</a></li>
+ <li><a href="/projects/">Projects</a></li><li><a href="/projects/svg-flatten/">svg-flatten</a></li>
+</ul>
+
+ </header>
+ <main>
+ <div class="links">
+ <a href="https://git.jaseg.de/gerbolyze.git/tree/svg-flatten?h=main">Sources</a>
+ <a href="https://github.com/jaseg/gerbolyze/issues">Issues</a>
+ <a href="https://gerbolyze.gitlab.io/svg-flatten">Docs</a>
+ </div>
+ <div class="document">
+
+
+<p>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.</p>
+<p>I developed svg-flatten as part of <a class="reference external" href="http://jaseg.de/projects/gerbolyze/">gerbolyze</a>, but it can be used independently.</p>
+</div>
+ </main><footer>
+ Copyright © 2023 Jan Sebastian Götte
+ / <a href="/about/">About</a>
+ / <a href="/imprint/">Imprint</a>
+</footer>
+</body>
+</html>