mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-28 03:17:31 +09:00
9 lines
196 B
XML
9 lines
196 B
XML
|
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||
|
|
|
||
|
|
<filter id="filter1">
|
||
|
|
<feTile/>
|
||
|
|
</filter>
|
||
|
|
|
||
|
|
<rect width="100%" height="100%" filter="url(#filter1)"/>
|
||
|
|
|
||
|
|
</svg>
|