Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<style>
svg {
width: 100px;
height: 100px;
overflow: visible;
}
polygon {
stroke: purple;
stroke-width: 10px;
fill: green;
}
</style>
<polygon points="50,0 100,50, 50,100, 0,50" />
</svg>