Solved: Matching shape for a resized copy

When you make a copy of a circle, makes the copy larger, and then center both, the edges of the copied circle will always be of equal distance to the original circle.

With complex shapes however, this will not be the case.
I’d like to see a feature where this could be achieved.

The reason is:
I tried to make a gradient on the stroke of a shape, and I don’t think that is possible?
So I made a copy of the shape, applied a gradient, and put it behind the original shape to give the impression of a stroke.
But as mentioned above, the distance between edges of the original and the copy varies, the less symmetry, the more it varies.

You can do this with a couple of steps.

First, make a copy of your shape and increase the stroke size to the desired amount to make the shape appear wider.

Next, choose the Shape ▸ Bezier Stuff ▸ Outline Path menu item. This will make a shape out of the stroke, and you can apply a gradient on it.

You can also select the new outline shape with a copy of the previous shape, and use the Shape ▸ Union Paths to fill in the middle.

-gus

1 Like

That’s awesome, I’ll try that out. Thank you for your swift response!