Question:
Draw letter N with svg
<svg>
<polyline stroke='red' stroke-width='3' points='40,80 40,40 60,80 80,40' fill='none'/>
</svg>
Answer:
<svg>
<polyline stroke='red' stroke-width='3' points='40,80 40,40 60,80 60,40' fill='none'/>
</svg>