I created an svg file from a photo using http://www.autotracer.org, but can't view the image in any of my browsers (Chrome/FF/Safari).
Chrome and FF display the underlying code in the browser rather than the image; Safari shows nothing, just a white page.
Edit: Perhaps this should/could be migrated to the apple stackexchange?
Run Safari browser on your mac. Drag and drop SVG file to Safari for opening.
Just launch your browser and click File > Open to choose the file you want to view. It'll then be displayed in your browser. Opening an SVG image with a built-in programme on your computer is just as easy.
Standalone SVG files are required to have the xmlns
attribute specified.
If you change the second line of your file to:
<svg width="3032" height="2008" xmlns="http://www.w3.org/2000/svg">
The SVG will work properly when loaded into a browser.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With