Unplanned
Last Updated: 25 Apr 2024 08:56 by Stenly

An ObjectDisposedException exception is raised when a RadSvgImage is placed in a DataTemplate. It is present when the XmlSource property is utilized.

As a workaround, you can place the SVG string into a new .svg file and utilize the UriSource property of RadSvgImage.

Unplanned
Last Updated: 24 Apr 2024 08:56 by Moritz Alexander
The image is not rendered when the horizontal alignment is set to center.
Completed
Last Updated: 08 Apr 2024 14:24 by ADMIN
Release 2024.1.408

When i set the Urisource through a binding and not directly through the xaml the svg image is not shown in combination with paint servers.

I had a look at the code and the issue is that the paint server gets not set again (see attachment)

Completed
Last Updated: 02 Nov 2023 07:26 by ADMIN
Release LIB 2023.3.1106 (6 Nov 2023)
Created by: Stenly
Comments: 0
Category: SvgImage
Type: Feature Request
0
Add API to allow setting a string as an SVG image.