mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +00:00
10 lines
300 B
XML
10 lines
300 B
XML
|
|
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="0%" height="0%" class="svg-filters">
|
||
|
|
|
||
|
|
<!-- edge detect -->
|
||
|
|
<filter id="EdgeDetect">
|
||
|
|
<feConvolveMatrix order="3 3" preserveAlpha="true" kernelMatrix="-1 -1 -1 -1 8 -1 -1 -1 -1"/>
|
||
|
|
</filter>
|
||
|
|
|
||
|
|
</svg>
|
||
|
|
<!-- vim:set sw=4 ts=4 : -->
|