Copy-Paste between applications - maintain object size
-
I'm trying to copy paste shapes between VS and AD and could not find a way to preserve object size. Is there a setting I need to apply for size to be preserved ?
VS
AD
-
@EricP Did you try the copy / paste with PDF?
-
yes I did, but position is no longer honored when copying layers separately (all individually aligned to the top left corner) and group structure is lost.
I think the issue is more on the AD side as the copied svg string has the right dimensions, but they change once pasted in AD
<?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="842" height="596" viewBox="0 0 842 596" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xml:name="Untitled-2">
<defs/>
<g transform="matrix(1.0 0.0 -0.0 -1.0 0.0 595.276) ">
<path d="M0.0 0.0 L0.0 595.276 841.89 595.276 841.89 0.0 0.0 0.0 Z" fill="#C7C8CA" fill-rule="evenodd" id="Untitled-2"/>
</g>
</svg>
-
@EricP I opened a bug on this. Groups / layers should be copied correctly.