<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6000.16809" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Dear support-team,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Can a basic filter be applied to an SVG image in 
RenderX?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I need to produce a shadow effect behind&nbsp;a 
picture. Is that at all possible?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>This code should produce the right shadow but it 
does nothing:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&lt;svg:filter id = "i1" width = "150%" height = 
"150%"&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;feOffset result = "offOut" in = 
"SourceAlpha" dx = "30" dy = "30"/&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;feGaussianBlur 
result = "blurOut" in = "offOut" stdDeviation = "10"/&gt;<BR>&nbsp;&nbsp;&nbsp; 
&lt;feBlend in = "SourceGraphic" in2 = "blurOut" mode = 
"normal"/&gt;<BR>&lt;/svg:filter&gt;</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Any help would be greatly appreciated.</DIV>
<DIV><BR></DIV></FONT>
<DIV><FONT face=Arial size=2>
<DIV><FONT face=Arial size=2>We're using version 3.8.1.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV>&nbsp;</DIV></FONT></DIV>
<DIV><FONT face=Arial size=2>Kind regards,</FONT></DIV>
<DIV><FONT face=Arial size=2>Stijn Elst</FONT></DIV>
<DIV><FONT face=Arial size=2>IT </FONT><FONT face=Arial 
size=2>Fotek/Pixbook</FONT></DIV></BODY></HTML>