Hello,
When copying an object in Designer it copies the actual <xml> code to the clipboard as such.
I just created and copied a magenta square and here are the clipboard contents:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="1182px" height="1182px" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<g transform="matrix(1,0,0,1,-5433.07,-5433.07)">
<g transform="matrix(1.69305,0,0,2.41156,4404.3,-307.69)">
<rect x="607.642" y="2380.52" width="697.619" height="489.768" style="fill:rgb(230,0,126);"/>
</g>
</g>
</svg>
A bit annoying because this code can be pasted as a layer name for exampleβ¦
This didn't happen in earlier versions.