Skip to content

Instantly share code, notes, and snippets.

Created November 14, 2015 19:40
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 anonymous/e33f3354ff534fe7d99d to your computer and use it in GitHub Desktop.
Save anonymous/e33f3354ff534fe7d99d to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="560px" height="200px" viewBox="0 0 280 100"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<style type="text/css">
* {fill: white}
#background, #fernsehturm-cutout {fill: #DA5845}
text {
font-family: Droid Sans;
text-anchor: end
}
</style>
</defs>
<rect id="background" width="100%" height="100%" />
<!-- Fernsehturm -->
<circle cx="25" cy="85" r="10" />
<rect x="21" y="65" width="8" height="20" />
<path d="M24.5,5 l1,0 l2.5,95 l-6,0" />
<rect id="fernsehturm-cutout" x="15" y="87" width="20" height="2" />
<!-- D arc -->
<path d="M40,5 a 42,42 0,0,1 10,80 l-1,-1 a 40,40 0,0,0 -8,-74" />
<!-- text -->
<text x="260" y="40" style="font-size: 34px"><tspan style="font-weight: bold">D</tspan>Conf 2016</text>
<text x="259" y="65" style="font-size: 22px">May 4&#x2013;6 &#x00B7; Berlin</text>
<!-- U+2013 EN DASH -->
<!-- U+00B7 MIDDLE DOT -->
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment