SVG Polygon
HTML
<svg width="500" height="300" viewBox="33 -43 150 150" >
<g>
<polygon...
CSS
svg{border:1px solid #ececec;}
polygon{fill:#FFEC00;stroke:#231F20;stroke-miterlimit:4}
<svg width="500" height="300" viewBox="33 -43 150 150" >
<g>
<polygon...
svg{border:1px solid #ececec;}
polygon{fill:#FFEC00;stroke:#231F20;stroke-miterlimit:4}