svg-file-matches-html-file.html 231 B

12345678910111213
  1. <style>
  2. * {
  3. margin: 0;
  4. }
  5. </style>
  6. <svg xmlns="http://www.w3.org/2000/svg">
  7. <defs>
  8. <g id="10">
  9. <rect width="50" height="50" fill="#555555"></rect>
  10. </g>
  11. </defs>
  12. <use href="#10" x="25" y="25"></use>
  13. </svg>