[xep-support] svg:filter

Stijn Elst stijn at pixbook.net
Thu Mar 19 05:55:56 PDT 2009


Dear support-team,


Can a basic filter be applied to an SVG image in RenderX?

I need to produce a shadow effect behind a picture. Is that at all possible?

This code should produce the right shadow but it does nothing:

<svg:filter id = "i1" width = "150%" height = "150%">
    <feOffset result = "offOut" in = "SourceAlpha" dx = "30" dy = "30"/>
    <feGaussianBlur result = "blurOut" in = "offOut" stdDeviation = "10"/>
    <feBlend in = "SourceGraphic" in2 = "blurOut" mode = "normal"/>
</svg:filter>

Any help would be greatly appreciated.


We're using version 3.8.1.


Kind regards,
Stijn Elst
IT Fotek/Pixbook
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.renderx.com/pipermail/xep-support/attachments/20090319/be45f9a5/attachment.html>


More information about the Xep-support mailing list