SVG Test

by Thet Hlaing

HTML

<svg width="80" height="100" id="indicator">
  	<rect x="20" width="40" height="60" fill="#fff"/>
  	<polygon points="0,60 80,60 40,100" fill="#fff"/>
  </svg>