Skip to content

Instantly share code, notes, and snippets.

@ramsesoriginal
Created September 28, 2013 13:36
Show Gist options
  • Save ramsesoriginal/6742157 to your computer and use it in GitHub Desktop.
Save ramsesoriginal/6742157 to your computer and use it in GitHub Desktop.
Untitled
/*Logo new*/
html {
background-color: red;
}
svg {
max-width: 100%;
}
<!-- content to be placed inside <body>…</body> -->
<svg width="3000" height="1200" xmlns="http://www.w3.org/2000/svg" version="1.1">
<defs>
<style type="text/css"><![CDATA[
* {
stroke: white;
fill: transparent;
}
rect {
fill: white;
fill-opacity: 0.2;
}
]]></style>
</defs>
<rect x="1000" y="100" width="1000" height="1000"/>
<line x1="1500" x2="1500" y1="450" y2="750"/>
<line x1="1350" x2="1650" y1="600" y2="600"/>
<polyline points="900 100, 400 100, 400 600, 900 600, 400 1100"/>
<polyline points="2100 100, 2600 100, 2600 600, 2100 600, 2600 1100"/>
</svg>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"html"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment