In a project, I faced an issue with SVGs not rendering correctly on different browsers. The problem was due to the lack of support for certain SVG features across all browsers. To solve this, I used a JavaScript library called “SVG.js” which provides cross-browser compatibility for SVGs. This ensured that the SVGs rendered consistently across all platforms.