home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" standalone="no" ?>
-
- <effect>
-
- <svg>
-
- <filter id="wire_outline" filterUnits="objectBoundingBox" x="-10%" y="-10%" width="150%" height="150%">
- <feMorphology id="morph" result="I1" radius="3" operator="erode" in="SourceAlpha"/>
- <feComposite result="I2" operator="out" in="SourceAlpha" in2="I1"/>
- <feGaussianBlur id="blur" result="I3" in="I2" stdDeviation="3"/>
- <feComponentTransfer in="I3" result="I4">
- <feFuncA type="linear" slope="-1.0" intercept="255.0" />
- </feComponentTransfer>
- <feDiffuseLighting
- result="I5"
- in="I4"
- surfaceScale="5.0"
- diffuseConstant="1.0"
- lighting-color="white">
- <feDistantLight elevation="60" azimuth="30"/>
- </feDiffuseLighting>
- <feComposite operator="in" in="I5" in2="I2"/>
- </filter>
-
- </svg>
-
-
- <dialog caption="Wire Outline">
-
- <label caption="Radius:"
- x="10" y="10" width="90" height="30"/>
- <numberControl type="numericedit"
- xlink:href="#morph" attributeName="radius"
- min="2" max="20"
- x="110" y="10" width="66" height="30" />
- <label caption="Blur:"
- x="10" y="50" width="90" height="30"/>
- <numberControl type="numericedit"
- xlink:href="#blur" attributeName="stdDeviation"
- min="0" max="20"
- x="110" y="50" width="66" height="30"/>
-
- </dialog>
-
- </effect>
-
-
-