Copy SVG Layers in Photoshop does not work
I’ve encountered an issue with Photoshop version 27.4.0. At work, I frequently used the "Copy SVG" feature to copy various images into Figma—it was very convenient. After reinstalling Windows, this feature stopped working, even though it still works flawlessly on my work Mac.
When I try to copy an image as SVG, I get this output instead of the actual graphic:
<svg
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
width="1890px" height="1417px">
<image x="0px" y="0px" width="1890px" height="1417px" xlink:href="data:img/png;base64," />
</svg>
