mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
6 lines
128 B
XML
Executable File
6 lines
128 B
XML
Executable File
<svg version="1.1" xmlns="http://www.w3.org/2000/svg">
|
|
<filter id="blur">
|
|
<feGaussianBlur stdDeviation="50" />
|
|
</filter>
|
|
</svg>
|