Skip to content

Instantly share code, notes, and snippets.

@ryanwilson
Last active April 6, 2017 02:48
Show Gist options
  • Save ryanwilson/5db4fca9bd588df1dcb71640d9635f7d to your computer and use it in GitHub Desktop.
Save ryanwilson/5db4fca9bd588df1dcb71640d9635f7d to your computer and use it in GitHub Desktop.
Table Number
Display the source blob
Display the rendered blob
Raw
<?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>
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment