Currently, SVG image blurs for example when "opacity:0.2995 (...)" See below image:
Moving the cursor over the image would display a zoomed portion of the image located under the mouse position:
Currently, SVG files that have filter tags in their XML are not respected by the RadPictureBox control. Sample code:
<filter ..>
<feGaussianBlur .. />
<feMorphology .. />
<feGaussianBlur .. />
<feColorMatrix .. />
<feComposite .. />
<feGaussianBlur .. />
<feDiffuseLighting ...>
<feDistantLight ... />
</feDiffuseLighting>
<feBlend .. />
<feComposite ../>
<feSpecularLighting ...>
<feDistantLight ../>
</feSpecularLighting>
<feComposite .. />
</filter>