Unplanned
Last Updated: 05 Aug 2022 09:24 by Troy
Troy
Created on: 05 Aug 2022 09:24
Category: PictureBox
Type: Feature Request
1
RadSvgImage: Provide support for filter tags in SVG files

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>

 

0 comments