mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-28 03:17:31 +09:00
8 lines
210 B
XML
8 lines
210 B
XML
|
|
<?xml version="1.0"?>
|
||
|
|
<svg xmlns="http://www.w3.org/2000/svg">
|
||
|
|
<script type="text/javascript">
|
||
|
|
|
||
|
|
document.createElementNS("http://www.w3.org/2000/svg", "feGaussianBlur").stdDeviationX;
|
||
|
|
|
||
|
|
</script>
|
||
|
|
</svg>
|