MAC adobe photoshop SVG files don’t import

That is simply an SVG structure, with no content (hence it appearing blank):

<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="parts_group" data-name="parts group" width="5628" height="2417" viewBox="0 0 5628 2417">
  <defs>
    <style>
      .cls-1 {
        opacity: 0.5;
      }
    </style>
  </defs>  
</svg>

As noted, you will need to:

  • open the .psd file in Adobe Illustrator and either extract the vectors from there (if you made them in Photoshop) or trace it in AI — if you think the .psd file has vectors, send us a screengrab of PhotoShop showing your Paths pallet
  • save a pixel image and trace in Carbide Create or some other program:
  • place the pixel image on a background and re-draw it:
1 Like