-
Calculate layer size: how?
Let’s say I need the width of a layer to shift another object to the right of that layer: I’m simply thinking to take the width of the first layer, add the size of the current one and by this way shift the current layer by the right pixels … how to achieve this?