summaryrefslogtreecommitdiffstats
path: root/layout/reftests/svg/filters/filter-kernelUnitLength-01.svg
blob: 9b192214f01488b7d23b6ed09411df08c42680b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<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"/>
      <!-- with kernelUnitLength attribute -->
      <feSpecularLighting in="blur" result="spec" surfaceScale="-3"
                          specularConstant="2" specularExponent="16"
                          lighting-color="#ffb155" kernelUnitLength="1">
        <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>