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

  1. <?xml version="1.0" standalone="no" ?>
  2.  
  3. <effect>
  4.  
  5.     <svg>
  6.     
  7.    <filter id="Chrome" filterUnits="objectBoundingBox" x="-10%" y="-10%" width="150%" height="150%">
  8.       <feColorMatrix type="matrix" values="0.30 0.59 0.11 0.00 0.00 0.30 0.59 0.11 0.00 0.00 0.30 0.59 0.11 0.00 0.00 0.00 0.00 0.00 1.00 0.00" in="SourceGraphic" result="Greyscale"/>
  9.       <feGaussianBlur id="gaussian_blur" stdDeviation="3" in="Greyscale"  result="Blurred"/>
  10.       <feComponentTransfer in="Blurred" result="Chrome">
  11.             <feFuncR type="table" tableValues="0.23 0.53 0.41 0.45    0.42 0.48 0.44 0.23    0.65 0.89 0.87 0.64 0.31 0.22 0.26 0.26 0.22 0.23 0.28 0.25 0.23"/>
  12.             <feFuncG type="table" tableValues="0.23 0.53 0.41 0.45    0.42 0.48 0.44 0.23    0.65 0.89 0.87 0.64 0.31 0.22 0.26 0.26 0.22 0.23 0.28 0.25 0.23"/>
  13.             <feFuncB type="table" tableValues="0.23 0.53 0.41 0.45    0.42 0.48 0.44 0.23    0.65 0.89 0.87 0.64 0.31 0.22 0.26 0.26 0.22 0.23 0.28 0.25 0.23"/>
  14.         </feComponentTransfer>
  15.    </filter>
  16.         
  17.     </svg>
  18.  
  19.  
  20.     <dialog caption="Chrome">
  21.  
  22.       <label caption="Blur:"
  23.               x="10" y="10" width="90" height="30"/>
  24.         <numberControl type="numericedit"
  25.                 xlink:href="#gaussian_blur" attributeName="stdDeviation" 
  26.                 min="0.5" max="5"
  27.                 x="110" y="10" width="66" height="30" />
  28.  
  29.     </dialog>
  30.     
  31. </effect>
  32.  
  33.  
  34.