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

  1. <?xml version="1.0" standalone="no" ?>
  2.  
  3. <effect>
  4.  
  5.     <svg>
  6.     
  7.     <filter id="Dilate" filterUnits="objectBoundingBox" x="-10%" y="-10%" width="150%" height="150%">
  8.       <feMorphology id="morph" in="SourceGraphic" radius="5" operator="dilate"/>
  9.     </filter>
  10.         
  11.     </svg>
  12.  
  13.  
  14.     <dialog caption="Dilate">
  15.  
  16.       <label caption="Dilate:"
  17.               x="10" y="10" width="90" height="30"/>
  18.         <numberControl type="numericedit"
  19.                 xlink:href="#morph" attributeName="radius"
  20.                 min="1.0" max="20.0"
  21.                 x="110" y="10" width="66" height="30" />
  22.  
  23.     </dialog>
  24.     
  25. </effect>
  26.  
  27.  
  28.