Skip to content

Instantly share code, notes, and snippets.

View jessamynsmith's full-sized avatar

Jessamyn Smith jessamynsmith

View GitHub Profile
<!DOCTYPE html>
<html lang="en">
<head>
<title>Title of the document</title>
</head>
<body>
<svg height="210" width="500">
<polygon points="100,10 40,198 190,78 10,78 160,198" style="fill:lime;stroke:purple;stroke-width:5;fill-rule:nonzero;"/>
</svg>