Clipping
The RadSvgImage control has a built-in support for clipping.
Applying Clipping
To apply clipping to the displayed SVG image, you can utilize the clipPath element inside the SVG's XML.
To learn more about the
clipPathelement, check the Creating clips article.