Skip to content

Instantly share code, notes, and snippets.

@alexhornbake
alexhornbake / index.html
Last active May 3, 2024 10:48
Generate Path for Curly Bracket
<html>
<title>Curly Bracket</title>
<script src="http://d3js.org/d3.v3.min.js" charset="utf-8"></script>
<style>
.curlyBrace {
stroke: #000000;
stroke-width: 10px;