<path>
Last updated
Last updated
browser ⟩ SVG ⟩ shape ⟩ <path>
https://replit.com/@pegasusroe/svg-path
(M)ove to (100,100)
(L)ine to (100,300)
(L)ine to (150,300)
(L)ine to (150,150)
(S)mooth Bézier curve through control point (250, 150) to (150,175) and so on ...