Skip to main content
Known Participant
September 18, 2023
Question

Question about SVG Logo

  • September 18, 2023
  • 1 reply
  • 249 views

Hi everyone. I have a logo that's made from some individual circles, and some text (which has been converted to outlines) beside the image. I have exported the logo to svg, and use it on my website.

 

However it suddenly stopped displaying on the Safari browser, but still displays on the Chrome browser. I haven't been able to figure out the problem from the website perspective, so was wondering if maybe there is something with the file. 

 

Is there something I need to do with the image before exporting? 

 

I've attached both the ai file and the svg file.

 

 

This topic has been closed for replies.

1 reply

Monika Gause
Community Expert
Community Expert
September 18, 2023

I can open the file in Safari directly. So probably it's not the SVG file, but your code. You might want to start with calidating the SVG file and then also the HTML code in the W3C validator. And then probably also ask in some webdesign forum about hot to code this to make Safari display it.

Known Participant
September 18, 2023

Thanks very much for these suggestions. In the meantime I had regenerated the files on my website, which I did previously, but this time it resulted in the logo displaying correctly. Nevertheless I'll follow your suggestions to clarify that the svg is configured correctly for the future.