14 lines
724 B
XML
14 lines
724 B
XML
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="600" height="600">
|
||
|
<defs>
|
||
|
<clipPath id="clip-path" clipPathUnits="objectBoundingBox">
|
||
|
<use xlink:href="#filterPath" fill="none"/>
|
||
|
</clipPath>
|
||
|
<path id="filterPath" d="M0.5,0L0.6347,0.1748L0.8536,0.1464L0.8252,0.3653L1,0.5L0.8252,0.6347L0.8536,0.8536L0.6347,0.8252L0.5,1L0.3653,0.8252L0.1464,0.8536L0.1748,0.6347L0,0.5L0.1748,0.3653L0.1464,0.1464L0.3653,0.1748L0.5,0Z">
|
||
|
</path>
|
||
|
</defs>
|
||
|
<svg viewBox="0 0 1 1" id="preview" preserveAspectRatio="none">
|
||
|
<use xlink:href="#filterPath" fill="darkgrey"/>
|
||
|
</svg>
|
||
|
<image xlink:href="" clip-path="url(#clip-path)"/>
|
||
|
</svg>
|