home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" standalone="no" ?>
-
- <effect>
-
- <svg>
-
- <filter id="Chrome" filterUnits="objectBoundingBox" x="-10%" y="-10%" width="150%" height="150%">
- <feColorMatrix type="matrix" values="0.30 0.59 0.11 0.00 0.00 0.30 0.59 0.11 0.00 0.00 0.30 0.59 0.11 0.00 0.00 0.00 0.00 0.00 1.00 0.00" in="SourceGraphic" result="Greyscale"/>
- <feGaussianBlur id="gaussian_blur" stdDeviation="3" in="Greyscale" result="Blurred"/>
- <feComponentTransfer in="Blurred" result="Chrome">
- <feFuncR type="table" tableValues="0.23 0.53 0.41 0.45 0.42 0.48 0.44 0.23 0.65 0.89 0.87 0.64 0.31 0.22 0.26 0.26 0.22 0.23 0.28 0.25 0.23"/>
- <feFuncG type="table" tableValues="0.23 0.53 0.41 0.45 0.42 0.48 0.44 0.23 0.65 0.89 0.87 0.64 0.31 0.22 0.26 0.26 0.22 0.23 0.28 0.25 0.23"/>
- <feFuncB type="table" tableValues="0.23 0.53 0.41 0.45 0.42 0.48 0.44 0.23 0.65 0.89 0.87 0.64 0.31 0.22 0.26 0.26 0.22 0.23 0.28 0.25 0.23"/>
- </feComponentTransfer>
- </filter>
-
- </svg>
-
-
- <dialog caption="Chrome">
-
- <label caption="Blur:"
- x="10" y="10" width="90" height="30"/>
- <numberControl type="numericedit"
- xlink:href="#gaussian_blur" attributeName="stdDeviation"
- min="0.5" max="5"
- x="110" y="10" width="66" height="30" />
-
- </dialog>
-
- </effect>
-
-
-