mirror of
https://github.com/YACReader/yacreader
synced 2026-04-12 15:49:53 -04:00
24 lines
813 B
XML
24 lines
813 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 1 17">
|
|
<defs>
|
|
<style>
|
|
.cls-1 {
|
|
fill: #0ff;
|
|
filter: url(#drop-shadow-2);
|
|
}
|
|
|
|
.cls-2 {
|
|
fill: #f0f;
|
|
}
|
|
</style>
|
|
<filter id="drop-shadow-2" x="-20" y="-4" width="41" height="30" filterUnits="userSpaceOnUse">
|
|
<feOffset dx="0" dy="0"/>
|
|
<feGaussianBlur result="blur" stdDeviation="3"/>
|
|
<feFlood flood-color="#ff0" flood-opacity=".75"/>
|
|
<feComposite in2="blur" operator="in"/>
|
|
<feComposite in="SourceGraphic"/>
|
|
</filter>
|
|
</defs>
|
|
<rect class="cls-1" x="-11" y="5" width="23" height="12"/>
|
|
<rect class="cls-2" x="-11" y="6" width="23" height="11"/>
|
|
</svg> |