How Can I draw this svg on a Canvas using Javascript (Without using Dom) ?
<svg width="100" height="100">
<circle cx="50" cy="50" r="40" stroke="green" stroke-width="4" fill="yellow" />
Sorry, your browser does not support inline SVG.
</svg>
Note: Answers in post this and this Only give a solution when you have an external SVG. My requirement is to draw multiple svgs on Canvas (or anything else) with variable x,y, radius and color