home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" standalone="no" ?>
-
- <effect>
-
- <svg>
-
- <filter id="Clouds" filterUnits="objectBoundingBox" x="-10%" y="-10%" width="150%" height="150%">
- <feTurbulence id="turbulence" type="fractalNoise" baseFrequency="0.02" numOctaves="3" result="I1a0"/>
- <feDisplacementMap in="I1a0" in2="I1a0" scale="50" xChannelSelector="R" yChannelSelector="G" result="I1a"/>
- <feColorMatrix in="I1a" type="matrix" values="0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1" result="I2"/>
- <feComposite operator="in" in="I2" in2="SourceAlpha" result="I3"/>
- <feComposite operator="arithmetic" in="I3" in2="SourceGraphic" k2="1" k3="1" result="I5"/>
- <feComposite operator="in" in="I5" in2="SourceAlpha" result="I6"/>
- </filter>
-
- </svg>
-
-
- <dialog caption="Clouds">
-
- <label caption="Frequency:"
- x="10" y="10" width="90" height="30"/>
- <numberControl type="numericedit"
- xlink:href="#turbulence" attributeName="baseFrequency"
- min="0.01" max="0.1"
- x="110" y="10" width="66" height="30" />
-
- <label caption="Octaves:"
- x="10" y="50" width="90" height="30"/>
- <integerControl type="numericedit"
- xlink:href="#turbulence" attributeName="numOctaves"
- min="1" max="10"
- x="110" y="50" width="66" height="30"/>
-
- </dialog>
-
- </effect>
-
-
-