Hi, I'm trying to draw reflections on a ripling pond using a filter with feDisplacementMap. I've tryed generating the image (for in2) with an feTurbulence element and from a jpg using an feImage element but neither works. For some reason the object the filter is applied to only becomes darker. This is the filter (version using jpg):
<filter id="rff" width="100%" height="100%" x="0" y="0"> <feImage xlink:href="pond.jpg" result="pict"/> <feDisplacementMap in="SourceGraphic" in2="pict" scale="4" xChannelSelector="R" yChannelSelector="R"/> </filter> Does anybody know please? Richard Pearman http://www.pixelpalaces.com/ The next stage in the evolution of web comics: http://www.onlinecomics.net/pages/details/listing.php?comicID=4415 ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ---- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/svg-developers/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

