Test Your Own SVG

RJM Programming - December, 2022

Thanks to https://stackoverflow.com/questions/71117619/css-svg-border-image-broken-rendering

Cursor
 Background no-repeat
Opacity:
<style> * { cursor: url("

") 16 16, crosshair; } </style>

Border Image
<style> .border-img {

border-image: url("data:image/svg+xml,
");

} </style>
  <style> body { cursor: url("

"); </style>