mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-28 03:17:31 +09:00
9 lines
290 B
XML
9 lines
290 B
XML
|
|
<?xml version="1.0"?>
|
||
|
|
<svg xmlns="http://www.w3.org/2000/svg" version="1.1">
|
||
|
|
<defs>
|
||
|
|
<mask id="mask" mask-type="alpha">
|
||
|
|
<rect x="0" y="0" width="100" height="50" fill-opacity="1"/>
|
||
|
|
<rect x="0" y="50" width="100" height="50" fill-opacity="0"/>
|
||
|
|
</mask>
|
||
|
|
</defs>
|
||
|
|
</svg>
|