Skip to content

Instantly share code, notes, and snippets.

@chriskonnertz
Created November 29, 2018 19:15
Show Gist options
  • Save chriskonnertz/7a439b7bce36d2cbe3630b0fa2614efd to your computer and use it in GitHub Desktop.
Save chriskonnertz/7a439b7bce36d2cbe3630b0fa2614efd to your computer and use it in GitHub Desktop.
SVG Image Example File
Display the source blob
Display the rendered blob
Raw
<?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 xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
version="1.1" baseProfile="full"
height="210" width="500">
<title>Titel der Datei</title>
<desc>Beschreibung/Textalternative zum Inhalt.</desc>
<polygon points="100,10 40,198 190,78 10,78 160,198" style="fill:lime;stroke:purple;stroke-width:5;fill-rule:nonzero;"/>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment