SVG Demonstration 1

Code

<svg width="200" height="200"> <circle cx="100" cy="100" r="50" stroke="#0000ff" stroke-width="4" fill="none" /> <line x1="0" y1="0" x2="200" y2="200" stroke="#008000" stroke-width="2" /> <line x1="200" y1="0" x2="0" y2="200" stroke="#800000" stroke-width="2" /> </svg>