home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" standalone="no" ?>
-
- <effect>
-
- <svg>
-
- <filter id="Drop_Shadow" filterUnits="objectBoundingBox" x="-10%" y="-10%" width="150%" height="150%">
- <feGaussianBlur id="blur" in="SourceAlpha" stdDeviation="3" result="blurredAlpha"/>
- <feOffset id="offset" in="blurredAlpha" dx="3" dy="3" result="offsetBlurredAlpha"/>
- <feFlood id="flood" result="flooded" flood-color="#000000" flood-opacity="0.65"/>
- <feComposite in="flooded" operator="in" in2="offsetBlurredAlpha" result="coloredShadow" />
- <feComposite in="SourceGraphic" in2="coloredShadow" operator="over"/>
- </filter>
-
- </svg>
-
-
- <dialog caption="Drop Shadow">
-
- <label caption="Offset X:"
- x="10" y="10" width="90" height="30"/>
- <numberControl type="numericedit"
- xlink:href="#offset" attributeName="dx"
- min="-100" max="100"
- x="110" y="10" width="66" height="30" />
-
- <label caption="Offset Y:"
- x="10" y="50" width="90" height="30"/>
- <numberControl type="numericedit"
- xlink:href="#offset" attributeName="dy"
- min="-100" max="100"
- x="110" y="50" width="66" height="30" />
-
- <label caption="Blur Radius:"
- x="10" y="90" width="90" height="30"/>
- <numberControl type="numericedit"
- xlink:href="#blur" attributeName="stdDeviation"
- min="0" max="20"
- x="110" y="90" width="66" height="30" />
-
- <label caption="Shadow Color:"
- x="10" y="140" width="90" height="30"/>
- <colorControl
- xlink:href="#flood" attributeName="flood-color"
- x="110" y="140" width="66" height="30"/>
- <label caption="Shadow Opacity:"
- x="10" y="190" width="90" height="30"/>
- <numberControl type="numericedit"
- xlink:href="#flood" attributeName="flood-opacity"
- min="0.0" max="1.0"
- x="110" y="190" width="66" height="30" />
- </dialog>
-
- </effect>
-
-
-