<div> <svg xmlns="http://www.w3.org/2000/svg"> <circle cx="50" cy="50" r="40" stroke="blue" stroke-width="4" fill="#F03" /> </svg> </div>
<svg xmlns="http://www.w3.org/2000/svg"> <path d="M10 10 H 90 V 90 H 10 Z" fill="none" stroke="red"/> </svg>