home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" standalone="no" ?>
-
- <effect>
-
- <svg>
-
- <filter id="pointillist" filterUnits="objectBoundingBox" x="-10%" y="-10%" width="150%" height="150%">
- <feTurbulence baseFrequency="0.1" numOctaves="2" type="turbulence" result="I1"/>
- <feMorphology id="morph" in="I1" radius="5" operator="dilate" result="I2" />
- <feColorMatrix in="I2" type="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" result="I3" />
- <feComposite in="I3" in2="SourceGraphic" operator="in" />
- </filter>
-
- </svg>
-
-
- <dialog caption="Pointillist">
-
- <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" />
-
- </dialog>
-
- </effect>
-
-
-