

(Note that for some reason, the "Lock Children" checkbox does not appear if the artboard is empty. If you uncheck that, scaling the artboard will scale its contents proportionally - they will not fall off the artboard.

Regarding rescaling artboards, if you select an artboard (not something in it) there is a "Lock Children" checkbox in the Context toolbar when the Move tool is selected. I have found an option in the presences to use SVG for the clipboard, but that didn't make any difference. This tells me that AD, the "vector application" is at its heart completely pixel-based.Īlternatively, it means the clipboard being generated is pixel-based which is equally bad since Apple's clipboard supports everything (I think it's PDF-based, but I don't know where I got that impression from). The more I try this and find a work process that keeps consistency, the more frustrated I'm becoming (sorry if it's showing in my posts). I've also made sure to work in the Draw persona and not accidentally copy and paste in Pixel Persona (I'd expect this result from working this way) The transform panel displays dimensions – no reference to pixels anywhere. I find this amazing since I've even defined the unit of measure in both documents as millimeters, not pixels. The two objects (not pixel layers) have different dimensions.


If that does not work for you then something like this should do: for /r "C:\folderA" %%a in (*.filetype) do if exist "C:\folderB\%%~nxa" copy /y "C:\folderB\%%~nxa" "C:\folderA\%%~nxa" More information on xcopy can be found here (or xcopy /?) /c continues copying even if errors occur (this is optional)./r ignores READONLY attribute just in case (this is optional)./i tells xcopy that destination is a folder./y suppresses prompts on overwriting files./u copies only file that pre-exist in both folders.Try this: xcopy /s /u /y /i /r /c "C:\folderB\*.filetype" "C:\folderA"
