Structs
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 {w} {y}">
<circle cx="{x}" cy="{y}" r="{radius}" .../>
rgb({r},{g},{b})
</svg>
" "
<path d="M {x1} {y1} L {x2} {y2}" ... />
<path d="..." />
<path d="..." style="..."/>
<rect x="{x}" y="{y}" width="{w}" height="{h}" ... />
,fill:{fill};stroke:{stroke};fill-opacity:{opacity};
<text x="{x}" y="{y}" ... > {text} </text>
Enums
text-align:{self}
fill:{self}
M {} {} L {} {} ...
stroke:{self}