Skip to content

Instantly share code, notes, and snippets.

@alexeyten
Created July 1, 2013 06:23
Show Gist options
  • Save alexeyten/5898731 to your computer and use it in GitHub Desktop.
Save alexeyten/5898731 to your computer and use it in GitHub Desktop.
SVG compare
/**
* SVG compare
*/
svg {
width: 16px;
height: 16px;
}
<p>
<svg>
<path d="M4,2h8v2h1V1H3v3h1M0,5v6h3v1l3,3h7v-4h3V5m-3,2v1H12v6H6V12H4V8H3V7m2,1h6v1H5m0,1h6v1H5"/>
</svg>
<svg>
<path d="m2,2h10v10H2"/>
</svg>
</p>
<p>
<img src="data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2216%22%20height%3D%2216%22%3E%3Cpath%20d%3D%22m2%2C2%2010%2C0%200%2C10-10%2C0%22/%3E%3C/svg%3E"/>
</p>
// alert('Hello world!');
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment