Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<style>
svg {
position: absolute;
top: 200px;
left: 0;
width: 200px;
height: 200px;
overflow: visible;
stroke: purple;
stroke-width: 10px;
border: 5px solid transparent;
fill: green;
}
</style>
<svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg">
<polygon points="0,0 200,0, 100,200" />
</svg>