Copying/Duplicate help

Post questions on how to use or achieve an effect in Inkscape.
SLIVINGSTON49
Posts: 1
Joined: Thu Aug 28, 2014 4:56 am

Copying/Duplicate help

Postby SLIVINGSTON49 » Thu Aug 28, 2014 4:59 am

How do I copy one layer that has text from an inkscape document and past it in another and still maintain all the text positioning?

Lazur
Posts: 4717
Joined: Tue Jun 14, 2016 10:38 am

Re: Copying/Duplicate help

Postby Lazur » Thu Aug 28, 2014 5:45 am

Hi.

With Ctrl+C and Ctrl+Alt+V you can copy and paste in place, between opened inkscape documents too.

If you want to copy/paste complete layers, try to open the svg with a notepad, copy the group

Code: Select all

<g
     inkscape:groupmode="layer"
     id="---name of the layer---"
     inkscape:label="b">...


...</g>
,

and paste it to the other svg document's right part.

It will place well everything between documents of the same sized borders.
But once they have a different page format, objects are shifted vertically, due to the origo in the svg codes is at the top left corner.


Return to “Help with using Inkscape”