mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-28 03:17:31 +09:00
13 lines
No EOL
328 B
XML
13 lines
No EOL
328 B
XML
<svg height='600'
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
|
|
<filter id='f1'>
|
|
<feSpecularLighting kernelUnitLength='-80 10'>
|
|
<feSpotLight/>
|
|
</feSpecularLighting>
|
|
</filter>
|
|
<filter id='f2' xlink:href='#f1'></filter>
|
|
<polyline filter='url(#f2)' points='10,59 293,88 18,289'/>
|
|
|
|
</svg> |