Skip to content

Instantly share code, notes, and snippets.

@meathill
Created July 26, 2017 11:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save meathill/45895ec8d59fad9935f187eba2e3fb19 to your computer and use it in GitHub Desktop.
Save meathill/45895ec8d59fad9935f187eba2e3fb19 to your computer and use it in GitHub Desktop.
a 1x1 blank svg
<?xml version="1.0" encoding="UTF-8"?>
<!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" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" xml:space="preserve" width="1" height="1">
<rect x="0" y="0" width="1" height="1" fill="#AAAAAA"></rect>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment