Hello everyone
I need to be able to make multiple duplicates of a path, and have the distance between each duplicate increase a little every time.
For example: A is a straight line, B is a duplicate line but shifted to the right by 1cm, C is 1.1cm from B, D is 1.2cm from C, and E is 1.3cm from D. By the time we get to N the lines are 2.3cm apart.
Can anyone think of a way to automate this through the ‘transform’ function?
I know you can do Alt-D and it will repeat the same distance again and again but I can’t think of a way to add an increasing distance.