home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 September / 09_02.iso / software / jwd / files / wdw102ev.exe / Data.Cab / F2082_splash.xml < prev    next >
Encoding:
Extensible Markup Language  |  2002-03-11  |  1.3 KB  |  37 lines

  1. <?xml version="1.0" standalone="no" ?>
  2.  
  3. <effect>
  4.  
  5.     <svg>
  6.     
  7.     <filter id="Splash" filterUnits="objectBoundingBox" x="-10%" y="-10%" width="150%" height="150%">
  8.         <feTurbulence baseFrequency="0.10" numOctaves="2" result="turb"/>
  9.         <feDisplacementMap id="Map" in="SourceGraphic" in2="turb" scale="10.0" xChannelSelector="R" yChannelSelector="G" result="displacedSource"/>
  10.         <feGaussianBlur in="displacedSource" stdDeviation="2" result="blur"/>
  11.         <feOffset in="blur" dx="4" dy="4" result="offsetBlurredSource"/>
  12.         <feSpecularLighting in="blur" surfaceScale="5.0" specularConstant="0.5" specularExponent="10" lighting-color="white" result="specularOut">
  13.             <fePointLight x="-5000" y="-10000" z="20000"/>
  14.         </feSpecularLighting>
  15.         <feComposite in="specularOut" in2="displacedSource" operator="in" result="specularOut2"/>
  16.         <feComposite in="displacedSource" in2="specularOut2" operator="arithmetic" k1="0" k2="1" k3="1" k4="0" result="litPaint"/>
  17.         <feComposite in="litPaint" in2="offsetBlurredSource" operator="over"/>
  18.     </filter>
  19.         
  20.     </svg>
  21.  
  22.  
  23.     <dialog caption="Splash">
  24.  
  25.       <label caption="Displacement Scale:"
  26.               x="10" y="10" width="90" height="30"/>
  27.         <numberControl type="numericedit"
  28.                 xlink:href="#Map" attributeName="scale"
  29.                 min="1.0" max="50.0"
  30.                 x="110" y="10" width="66" height="30" />
  31.  
  32.     </dialog>
  33.     
  34. </effect>
  35.  
  36.  
  37.