[xep-support] svg:filter

From: Stijn Elst <stijn@pixbook.net>
Date: Thu Mar 19 2009 - 04:55:56 PST

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

-------------------
(*) To unsubscribe, send a message with words 'unsubscribe xep-support'
in the body of the message to majordomo@renderx.com from the address
you are subscribed from.
(*) By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/terms-of-service.html
Received on Thu Mar 19 05:41:54 2009

This archive was generated by hypermail 2.1.8 : Thu Mar 19 2009 - 05:41:55 PST