Unplanned
Last Updated: 24 Sep 2024 06:15 by Philipp
Created by: Philipp
Comments: 0
Category: SvgImage
Type: Bug Report
2

Exception when parsing degrees. From XML: 

 transform: rotate(180deg);
 

Completed
Last Updated: 12 Nov 2024 08:17 by ADMIN
Release Telerik UI for WPF 2024.4.1111 (2024 Q4)
Created by: Philipp
Comments: 0
Category: SvgImage
Type: Bug Report
2
Exception when parsing a matrix: System.InvalidOperationException: 'Premature string termination encountered while parsing '1.199457 0 0 9.773393 19'.'
Unplanned
Last Updated: 19 Sep 2024 12:18 by Martin Ivanov
Created by: Martin Ivanov
Comments: 0
Category: SvgImage
Type: Feature Request
2
Currently, when the svg content contains errors, the XML reader throws an exception. Catch the exception and instead provide and event or another API that gives information about the error and allow the developers to handle the invalid SVG. The event should allow you to display nothing in case of error or replace the svg (by fixing it or creating your own geometry). A side effect of such event will be that you can use it to display your own error.
Completed
Last Updated: 12 Nov 2024 08:17 by ADMIN
Release Telerik UI for WPF 2024.4.1111 (2024 Q4)
A System.IndexOutOfRangeException is raised when the viewBox attribute of the SVG file contains both whitespaces and commas.
Unplanned
Last Updated: 10 Sep 2024 04:53 by ADMIN
The rotation animation is not rendered correctly. The center is not at proper palce. 
Unplanned
Last Updated: 20 May 2024 08:46 by Martin Ivanov
Created by: Martin Ivanov
Comments: 0
Category: SvgImage
Type: Feature Request
0
RadSvgImage control doesn't support the "em" font size unit (ex: font-size: 1.4em). Currently, it treats such font sizes as pixel units, which means that the final rendering font size for 1.4em will be 1.4px. Allow reading the "em" font sizes properly.
Completed
Last Updated: 01 Jul 2024 11:22 by ADMIN
Release 2024.2.701 (Preview)

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.