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

  1. <?xml version="1.0" standalone="no" ?>
  2.  
  3. <effect>
  4.  
  5.     <svg>
  6.     
  7.     <filter id="pointillist" filterUnits="objectBoundingBox" x="-10%" y="-10%" width="150%" height="150%">
  8.         <feTurbulence baseFrequency="0.1" numOctaves="2" type="turbulence" result="I1"/>
  9.       <feMorphology id="morph" in="I1" radius="5" operator="dilate" result="I2" />
  10.       <feColorMatrix in="I2" type="matrix" values="1 0 0 0 0   0 1 0 0 0   0 0 1 0 0   0 0 0 1 0" result="I3" />
  11.       <feComposite in="I3" in2="SourceGraphic" operator="in" />
  12.     </filter>
  13.         
  14.     </svg>
  15.  
  16.  
  17.     <dialog caption="Pointillist">
  18.  
  19.       <label caption="Radius:"
  20.               x="10" y="10" width="90" height="30"/>
  21.         <numberControl type="numericedit"
  22.                 xlink:href="#morph" attributeName="radius"
  23.                 min="2" max="20"
  24.                 x="110" y="10" width="66" height="30" />
  25.  
  26.     </dialog>
  27.     
  28. </effect>
  29.  
  30.  
  31.