home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" standalone="no" ?>
-
- <effect>
-
- <svg>
-
- <filter id="Bumpy" filterUnits="objectBoundingBox" x="-10%" y="-10%" width="150%" height="150%">
- <feTurbulence id="turbulence" type="turbulence" baseFrequency="0.15" numOctaves="1" result="image0"/>
- <feGaussianBlur id="gaussian_blur" stdDeviation="3" in="image0" result="image1"/>
- <feDiffuseLighting in="image1" surfaceScale="10.0" diffuseConstant="1.0" lighting-color="white" result="image3">
- <feDistantLight id="distant" azimuth="0" elevation="45"/>
- </feDiffuseLighting>
- <feComposite in="image3" in2="SourceGraphic" operator="arithmetic" k2="0.5" k3="0.5" result="image4"/>
- <feComposite in="image4" in2="SourceGraphic" operator="in" result="image5"/>
- </filter>
-
- </svg>
-
-
- <dialog caption="Bumpy">
-
- <label caption="Blur:" x="10" y="10" width="90" height="30"/>
- <numberControl type="numericedit"
- xlink:href="#gaussian_blur" attributeName="stdDeviation"
- min="0.5" max="5"
- x="110" y="10" width="66" height="30" />
-
- <label caption="Freq:" x="10" y="50" width="90" height="30"/>
- <numberControl type="numericedit"
- xlink:href="#turbulence" attributeName="baseFrequency"
- min="0.01" max="1.0"
- x="110" y="50" width="66" height="30"/>
-
- <label caption="Angle:" x="10" y="90" width="90" height="30"/>
- <numberControl type="rotation"
- xlink:href="#distant" attributeName="elevation"
- min="0" max="359"
- x="110" y="90" width="66" height="30"/>
-
- </dialog>
-
- </effect>
-
-
-