14 lines
759 B
XML
14 lines
759 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="M 0.0199 0.4808 C 0.0199 0.2741 0.1902 0.1065 0.4002 0.1065 C 0.6103 0.1065 0.7806 0.2741 0.7806 0.4808 L 0.0199 0.4808 Z M 0.9858 0.4808 C 0.9858 0.692 0.8164 0.8632 0.6075 0.8632 C 0.3985 0.8632 0.2291 0.692 0.2291 0.4808 H 0.9858 Z">
|
||
|
</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>
|