blob: 7e6d2cb62e489213a37dfce2b2ace222e39a4e82 [file] [log] [blame]
<?xml version="1.0"?>
<svg
xmlns="http://www.w3.org/2000/svg"
width="1000"
height="600"
viewBox="0 0 5 3">
<defs>
<clipPath id="a">
<rect
width="5"
height="3" />
</clipPath>
</defs>
<rect
width="5"
height="3"
fill="#fff" />
<path
d="M 0,0 L 5,3 M 0,3 L 5,0"
stroke="#ccc"
stroke-width=".3"
clip-path="url(#a)" />
</svg>