Postby Lazur » Fri Jul 22, 2016 10:09 pm
Scaling keeps proportions, and the offset you want to preserve is out of that proportion.
It'd take a "smart object" where R1 and R2 is chained together by a "spacer object" aligned to their corners. Can be done manually, can still have it on screen with 0% opacity but it won't be automated.
Haven't tried it but maybe something similar can be achieved by filters though.
There is the image filter primitive that lets you render different objects at the filtered object's origins -needs some special care to work adjusting filtered area, imput object's placement etc.
If you can scale the objects without scaling the filter it could work.
Like you have R1 inside a group, R2 aligned to the top left corner of the page borders-necessary for the filter-, in that vein on a new layer hidden,
apply a filter on the group of R1 with image, offset and compositing filter primitives, and
scale R1 inside the group and R2 too (preserving its top left alignment...).
That doesn't sound a solution that would achieve the look easier than manual adjustment, but three times more complicated.