Last Updated:
02 Jan 2025 10:44
by Martin Ivanov
Currently, the SVG parser relies on that the "animateTransform" tag uses its "from" and "to" attributes. However, the tag allows you to omit these and use the "values" attribute instead. Add support for reading and properly using the "values" attribute. At this moment the RadSvgImage control throws an ArgumentNullException when "from" and "to" settings are missing from the "animateTransform".