JezK
Edit File: rect.svg
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <svg xmlns="http://www.w3.org/2000/svg" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" inkscape:hotspot_x="4" inkscape:hotspot_y="4" style="fill:gray;stroke:black"> <style>@import './cursors.css';</style> <defs> </defs> <!-- Cross (centered on hotspot) --> <use xlink:href="-common.svg#def-cross"/> <!-- Rectangle --> <g id="cursor" class="drop-shadow" style=""> <rect x="8.5" y="8.5" width="15" height="12" style="stroke:white;stroke-width:3px;stroke-opacity:1"/> <rect x="8.5" y="8.5" width="15" height="12" style="stroke-width:1px"/> </g> </svg>