So I've been a member of the forum for quite a while but hardly been active at all. I'm interested in blogging about a project I've been working on for some time. A key question for me on presentation is, can I use SVG on the forum?
<svg width='500' height = '120'>
<circle cx="50" cy="50" r="40" stroke="green" stroke-width="4" fill="yellow" />
</svg>
I've tried to include a noddy SVG artifact above.