Cefsharp not rendering SVG file
Cefsharp not rendering SVG file
I have an img tag in my react app as given below
<img src="assets/layout/images/dashboard/weather-icon-2.svg">.
When I am running my app in chrome browser, the svg file is rendering perfectly. But when I am trying to view the same app in Cefsharp its not rendering svg file.
Any suggestions why this is happening?
Sorry, silly mistake. I missed the .svg mime type from my response. Nothing to do with cefsharp.
– anoop
Aug 28 at 11:08
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
It would be awesome if you could provide a Minimal, Complete, and Verifiable example. Be sure to include the real url.
– mjwills
Aug 28 at 10:50