Last active
April 6, 2017 02:48
-
-
Save ryanwilson/5db4fca9bd588df1dcb71640d9635f7d to your computer and use it in GitHub Desktop.
Table Number
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="iso-8859-1"?> | |
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> | |
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> | |
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" x="0" y="0" | |
width="450" height="450"> | |
<!-- Outer box --> | |
<rect width="450" height="450" stroke="#000000" style="fill:none;stroke:black;stroke-width:1"/> | |
<!-- Outer diamond --> | |
<path d="M0 225 L225 0 L450 225 L225 450 Z" stroke="#0000FF" stroke-width="3" fill="none"/> | |
<!-- Inner diamond --> | |
<path d="M70 225 L225 70 L380 225 L225 380 Z" stroke="#0000FF" stroke-width="3" fill="none"/> | |
<!-- Connecting diamonds --> | |
<line x1="0" y1="225" x2="70" y2="225" stroke="#0000FF" stroke-width="3" fill="none"/> | |
<line x1="225" y1="0" x2="225" y2="70" stroke="#0000FF" stroke-width="3" fill="none"/> | |
<line x1="450" y1="225" x2="380" y2="225" stroke="#0000FF" stroke-width="3" fill="none"/> | |
<line x1="225" y1="450" x2="225" y2="380" stroke="#0000FF" stroke-width="3" fill="none"/> | |
<!-- Text --> | |
<text x="50%" y="52%" font-size="136" font-family="Generica" alignment-baseline="middle" text-anchor="middle">1</text> | |
</svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment