Copy SVG Code non-funcitonal for single layers

Hi Cristiana,

thanks for your reply.

But I really have to say this is a MAJOR step backward, as it exposes much more mouse-movement to my workflow.

Using the Command-bar makes things even worse, especially if you want to copy multiple items (either one-by-one or all-by-one).

Also - Sketch seems to crash on various occasions when trying to open an very basic Sketch (see attachment).

If you remove the line:

it works.

Here’s the SVG as text:

<svg width="200" height="100" viewBox="0 0 200 100" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
  <defs>
    <rect id="background_3" x="0" y="0" width="200" height="100" rx="16"/>
  </defs>
    <use id="clipping" fill="FFF" fill-rule="nonzero" xlink:href="#background_3"/>
    <g id="content" mask="url(#clipping)" font-weight="bold" fill="#FFF" text-anchor="middle">
        <rect id="bg_3" fill="orange" fill-rule="nonzero" x="0" y="0" width="200" height="100" rx="16"/>
    </g>
 </svg>

I can also reproduce a crash, if I add a with a negative width

I am also having a ton of problems when resizing Artboards in this version, because it automatically resizes everything in the artboard.

So it seems I now have to go into each and every Artboard click the new ‘Layout’ icon and then delete it (and activate ‘Clip content’) just to be able to resize the Artboard like before → WITHOUT resizing all content.

Right now I rolled back to 101.9.

Hopefully your devs will consider an update which doesn’t mess with existing stuff.

Thanks

andy

PastedGraphic-1.png