Skip to content

Instantly share code, notes, and snippets.

@lbonanomi
Last active October 27, 2020 14:44
Show Gist options
  • Save lbonanomi/accac40b46ede8049aeca3a69d881730 to your computer and use it in GitHub Desktop.
Save lbonanomi/accac40b46ede8049aeca3a69d881730 to your computer and use it in GitHub Desktop.
right-braid.svg
Display the source blob
Display the rendered blob
Raw
<svg height="2250" width="7000">
<rect width="500" height="2550" x="4500" y="0" style="fill:rgb(255,0,0);stroke-width:3;stroke:rgb(0,0,0)" />
<line x1="4750" y1="0" x2="4500" y2="250" style="stroke: rgb(220,220,80);stroke-width:25" />
<line x1="4750" y1="0" x2="5000" y2="250" style="stroke: rgb(220,220,80);stroke-width:25" />
<line x1="4500" y1="250" x2="4750" y2="500" style="stroke: rgb(220,220,80);stroke-width:25" />
<line x1="5000" y1="250" x2="4750" y2="500" style="stroke: rgb(220,220,80);stroke-width:25" />
<line x1="4750" y1="250" x2="4500" y2="500" style="stroke: rgb(220,220,80);stroke-width:25" />
<line x1="4750" y1="250" x2="5000" y2="500" style="stroke: rgb(220,220,80);stroke-width:25" />
<line x1="4500" y1="500" x2="4750" y2="750" style="stroke: rgb(220,220,80);stroke-width:25" />
<line x1="5000" y1="500" x2="4750" y2="750" style="stroke: rgb(220,220,80);stroke-width:25" />
<!-- 250 500 attaches the line to the tip of the top diamond, the 250,1000 to the top of the bottom diamond -->
<path d="M 4750 500 Q 5000,750 4750,1000" stroke="rgb(220,220,80)" stroke-width="25" fill="none" />
<path d="M 4750 500 Q 4500,750 4750,1000" stroke="rgb(220,220,80)" stroke-width="25" fill="none" />
<line x1="4750" y1="750" x2="4500" y2="1000" style="stroke: rgb(220,220,80);stroke-width:25" />
<line x1="4750" y1="750" x2="5000" y2="1000" style="stroke: rgb(220,220,80);stroke-width:25" />
<line x1="4500" y1="1000" x2="4750" y2="1250" style="stroke: rgb(220,220,80);stroke-width:25" />
<line x1="5000" y1="1000" x2="4750" y2="1250" style="stroke: rgb(220,220,80);stroke-width:25" />
<line x1="4750" y1="1000" x2="4500" y2="1250" style="stroke: rgb(220,220,80);stroke-width:25" />
<line x1="4500" y1="1250" x2="4750" y2="1500" style="stroke: rgb(220,220,80);stroke-width:25" />
<line x1="4750" y1="1500" x2="5000" y2="1250" style="stroke: rgb(220,220,80);stroke-width:25" />
<line x1="4750" y1="1000" x2="5000" y2="1250" style="stroke: rgb(220,220,80);stroke-width:25" />
<line x1="4750" y1="1250" x2="4500" y2="1500" style="stroke: rgb(220,220,80);stroke-width:25" />
<line x1="4750" y1="1250" x2="5000" y2="1500" style="stroke: rgb(220,220,80);stroke-width:25" />
<line x1="4500" y1="1500" x2="4750" y2="1750" style="stroke: rgb(220,220,80);stroke-width:25" />
<line x1="5000" y1="1500" x2="4750" y2="1750" style="stroke: rgb(220,220,80);stroke-width:25" />
<path d="M 4750 1500 Q 5000,1750 4750,2000" stroke="rgb(220,220,80)" stroke-width="25" fill="none" />
<path d="M 4750 1500 Q 4500,1750 4750,2000" stroke="rgb(220,220,80)" stroke-width="25" fill="none" />
<line x1="4750" y1="1750" x2="4500" y2="2000" style="stroke: rgb(220,220,80);stroke-width:25" />
<line x1="4750" y1="1750" x2="5000" y2="2000" style="stroke: rgb(220,220,80);stroke-width:25" />
<line x1="4500" y1="2000" x2="4750" y2="2250" style="stroke: rgb(220,220,80);stroke-width:25" />
<line x1="5000" y1="2000" x2="4750" y2="2250" style="stroke: rgb(220,220,80);stroke-width:25" />
<line x1="4750" y1="2000" x2="4500" y2="2250" style="stroke: rgb(220,220,80);stroke-width:25" />
<line x1="4500" y1="2250" x2="4750" y2="2500" style="stroke: rgb(220,220,80);stroke-width:25" />
<line x1="4750" y1="2500" x2="5000" y2="2250" style="stroke: rgb(220,220,80);stroke-width:25" />
<line x1="4750" y1="2000" x2="5000" y2="2250" style="stroke: rgb(220,220,80);stroke-width:25" />
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment