blob: e19dfe1f82fb632612436963cb1131f9f6d7d904 [file] [log] [blame]
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<filter id="emboss">
<feGaussianBlur in="SourceAlpha" stdDeviation="3" result="blur"/>
<!-- without kernelUnitLength attribute -->
<feSpecularLighting in="blur" result="spec" surfaceScale="-3"
specularConstant="2" specularExponent="16"
lighting-color="#ffb155">
<feDistantLight azimuth="45" elevation="45"/>
</feSpecularLighting>
<feComposite in="spec" in2="SourceGraphic" operator="in" result="specOut"/>
</filter>
</defs>
<path filter="url(#emboss)" d="M 44.408917,5.7095287 C 535.13945,101.91182 534.01725,101.52506 532.53904,101.52499 C 531.36871,101.52506 530.17420,101.85117 528.96683,102.49024 z "/>
</svg>