SCSS

by Shirly Manor

HTML

<?xml version="1.0" encoding="UTF-8" ?>
<svg xmlns="http://www.w3.org/2000/svg" version="1.1">
  <rect x="25" y="25" width="200" height="100" fill="lime" stroke-width="6" stroke="pink" />
  <circle cx="105" cy="75" r="25" fill="orange" />
  <polyline points="50,150 150,200 200,200 200,70" stroke="red" stroke-width="4" fill="none" />
  <line x1="80" y1="65" x2="200" y2="100" stroke="blue" stroke-width="4" />
</svg>