home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" standalone="no" ?>
-
- <effect>
-
- <svg>
-
- <filter id="Glow" filterUnits="objectBoundingBox" x="-10%" y="-10%" width="150%" height="150%">
- <feMorphology id="morph" in="SourceAlpha" result="morphedAlpha" radius="3" operator="dilate"/>
- <feGaussianBlur id="blur" in="morphedAlpha" result="blurredAlpha" stdDeviation="3"/>
- <feFlood id="flood" result="flooded" flood-color="#000000" flood-opacity="1"/>
- <feComposite operator="in" in="flooded" in2="blurredAlpha" result="coloredShadow" />
- <feComposite in="SourceGraphic" in2="coloredShadow" operator="over"/>
- </filter>
-
- </svg>
-
-
- <dialog caption="Glow">
- <label caption="Radius:"
- x="10" y="10" width="90" height="30"/>
- <numberControl type="numericedit"
- xlink:href="#morph" attributeName="radius"
- min="0" 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"/>
- <label caption="Shadow Opacity:"
- x="10" y="90" width="90" height="30"/>
- <numberControl type="numericedit"
- xlink:href="#flood" attributeName="flood-opacity"
- min="0.0" max="1.0"
- x="110" y="90" width="66" height="30" />
- <label caption="Shadow Color:"
- x="10" y="130" width="90" height="30"/>
- <colorControl
- xlink:href="#flood" attributeName="flood-color"
- x="110" y="130" width="66" height="30"/>
- </dialog>
-
- </effect>
-
-
-