Posts

Showing posts from April, 2023

Sitecore 10 Rich Text Editor not saving the xLink:href tag while saving SVG image

Image
Problem Statement: Recently we have done Sitecore upgradation from 9.1 to 10.1. After upgrade we are facing the issue that  Sitecore 10 Rich Text Editor not saving the xLink:href tag while saving the SVG image from the content editor. It is perfectly working fine in our Sitecore 9.1 CMS. We also did all the known necessary changes in configuration. But still the below SVG image was not saved properly. < svg id = "whatsnew-down-arrow" xmlns = "http://www.w3.org/2000/svg" xmlns:xlink = "http://www.w3.org/1999/xlink" width = "165" height = "165" viewBox = "0 0 165 165" > < defs > < style > #whatsnew-down-arrow .cls-1 , #whatsnew-down-arrow .cls-2 { fill: #d94029 ; } #whatsnew-down-arrow .cls-1 { opacity : 0.23 ; } </ style > </ defs > < circle class = "cls-1" cx = "82.5" cy = "82.5" r = "82.5" /> < circle id = "Ellipse_1_copy"