Test Your Own SVG
RJM Programming - December, 2022
Thanks to
https://stackoverflow.com/questions/71117619/css-svg-border-image-broken-rendering
Cursor
Opacity:
Background
no-repeat
Opacity:
<style> *
{
cursor: url("
\002753
Sorry, your browser does not support inline SVG.
") 16 16, crosshair; } </style>
Border Image
<style> .bord
er-img
{
border: 30px solid transparent; margin:100px; width:100px; height:31px;
borde
r-image
: url("data:image/svg+xml,
");
border-image-slice: 40 40 40 40 fill; border-image-width: 10px; border-image-outset: 25px 10px; background-size: contain;
} </style>
<style> bo
dy {
cursor: url("
\002753
Sorry, your browser does not support inline SVG.
"); </style>