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);
 

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.
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.
Unplanned
Last Updated: 24 Apr 2024 08:56 by Moritz Alexander
The image is not rendered when the horizontal alignment is set to center.