home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" standalone="no" ?>
-
- <effect>
-
- <svg>
- <filter id="Turbulence" filterUnits="objectBoundingBox" x="-10%" y="-10%" width="150%" height="150%">
- <feTurbulence id="turb" baseFrequency="0.03 0.02" numOctaves="2" type="turbulence" result="turbulenceOutput"/>
- <feComposite in="turbulenceOutput" in2="SourceAlpha" operator="in"/>
- </filter>
- </svg>
-
-
- <dialog caption="Turbulence">
-
- <label caption="X Frequency:"
- x="10" y="10" width="90" height="30"/>
- <numberControl type="numericedit"
- xlink:href="#turb" attributeName="baseFrequency" valueOffset="1"
- min="0" max="1"
- x="110" y="10" width="66" height="30" />
-
- <label caption="Y Frequency:"
- x="10" y="50" width="90" height="30"/>
- <numberControl type="numericedit"
- xlink:href="#turb" attributeName="baseFrequency" valueOffset="2"
- min="0" max="1"
- x="110" y="50" width="66" height="30"/>
-
- <label caption="Number of octaves:"
- x="10" y="90" width="90" height="30"/>
- <integerControl type="numericedit"
- xlink:href="#turb" attributeName="numOctaves"
- min="1" max="10"
- x="110" y="90" width="66" height="30" />
-
- </dialog>
-
- </effect>
-
-