home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" standalone="no" ?>
-
- <effect>
-
- <svg>
-
- <filter id="Dilate" filterUnits="objectBoundingBox" x="-10%" y="-10%" width="150%" height="150%">
- <feMorphology id="morph" in="SourceGraphic" radius="5" operator="dilate"/>
- </filter>
-
- </svg>
-
-
- <dialog caption="Dilate">
-
- <label caption="Dilate:"
- x="10" y="10" width="90" height="30"/>
- <numberControl type="numericedit"
- xlink:href="#morph" attributeName="radius"
- min="1.0" max="20.0"
- x="110" y="10" width="66" height="30" />
-
- </dialog>
-
- </effect>
-
-
-