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>
<polygon points="0,0 200,0, 100,200" />
</svg>