Scalable Vector Graphics
Tips for Writing SVGs by Hand
Editors:
When entering points for paths and shapes, use stroke="red" fill="blue" opacity="0.5" then switch to intended colors.
Reference
<path
d="M 10,30
A 20,20 0,0,1 50,30
A 20,20 0,0,1 90,30
Q 90,60 50,90
Q 10,60 10,30 z" />
Mto move to point.mto shift to pointLandlto draw lineHandhandVandvsame as L but horizontal and verticalC\candS\sare bezierQ\qandT\tis quadratic bezierA\ais ellipitcal arc. idk how it works