PADDashFormation/images/icon-latent-block-bg.svg

68 lines
3.0 KiB
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="196">
<defs>
<style>
.latent {
fill: url(#latent-grad);
filter: url(#latent-bg);
}
.big-latent {
fill: url(#latent-table-grad);
filter: url(#latent-bg);
}
</style>
<linearGradient id="latent-grad" x1="0" y1="0" x2="0" y2="1" gradientUnits="objectBoundingBox">
<stop offset="0" stop-color="#5af"/>
<stop offset="1" stop-color="#27e"/>
</linearGradient>
<linearGradient id="latent-team-grad" x1="0" y1="0" x2="0" y2="0.5" href="#latent-grad"></linearGradient>
<filter id="latent-bg">
<!--产生外部阴影-->
<feComponentTransfer in="SourceAlpha">
<feFuncA tableValues="0 1" type="table"/>
</feComponentTransfer>
<feGaussianBlur stdDeviation="1"/>
<feOffset dx="0" dy="2"/>
<feComposite in2="SourceAlpha" result="out-shadow"/>
<!--产生边框-->
<feMorphology in="SourceAlpha" operator="erode" radius="1" result="fill-range"/> <!--向内缩进1单位的范围-->
<feFlood flood-color="#BCE" /> <!--边框颜色-->
<feComposite in2="SourceAlpha" operator="in"/>
<feComposite in2="fill-range" operator="out" result="border"/>
<!--产生内部阴影-->
<feComponentTransfer in="fill-range" result="out-of-box-shadow"> <!--得到外部黑框-->
<feFuncA tableValues="1 0" type="table"/>
</feComponentTransfer>
<feGaussianBlur stdDeviation="1"/>
<feOffset dx="0" dy="2" /> <!--向下走1像素-->
<feComposite in2="fill-range" operator="in" result="in-shadow-top"/>
<feMerge>
<feMergeNode in="out-shadow"/>
<feMergeNode in="SourceGraphic"/>
<feMergeNode in="border"/>
<feMergeNode in="in-shadow-top"/>
</feMerge>
</filter>
</defs>
<symbol id="block-1" viewBox="0 0 32 32">
<rect fill="url(#latent-grad)" filter="url(#latent-bg)" width="32" height="32" rx="4"/>
</symbol>
<use href="#block-1" width="32" height="32" y="0" />
<symbol id="block-2" viewBox="0 0 76 32">
<rect fill="url(#latent-grad)" filter="url(#latent-bg)" width="76" height="32" rx="4"/>
</symbol>
<use href="#block-2" width="76" height="32" y="32" />
<symbol id="block-2-team" viewBox="0 0 70 32">
<rect fill="url(#latent-grad)" filter="url(#latent-bg)" width="70" height="32" rx="4"/>
</symbol>
<use href="#block-2-team" width="70" height="32" y="64" />
<symbol id="block-6" viewBox="0 0 252 32">
<rect fill="url(#latent-grad)" filter="url(#latent-bg)" width="252" height="32" rx="4"/>
</symbol>
<use href="#block-6" width="252" height="32" y="96" />
<symbol id="block-6-team" viewBox="0 0 148 68"> <!--大小是146×66-->
<path fill="url(#latent-team-grad)" filter="url(#latent-bg)" d="M142,0H4A4,4,0,0,0,0,4V62a4,4,0,0,0,4,4H66a4,4,0,0,0,4-4V36a4,4,0,0,1,4-4h68a4,4,0,0,0,4-4V4A4,4,0,0,0,142,0Z"/>
</symbol>
<use href="#block-6-team" width="148" height="68" y="128" />
<!--<path id="内方角" class="big-latent" d="M142,0H4A4,4,0,0,0,0,4V62a4,4,0,0,0,4,4H66a4,4,0,0,0,4-4V32h72a4,4,0,0,0,4-4V4A4,4,0,0,0,142,0Z"/>-->
</svg>