Is there any way to reverse the order of anchors in a path? I don't want to redraw the path again. I want to change the starting anchor point from the starting point of any path to its end. reversing the order of the anchors I already drew has some benefits to me, like:
- Applying an art brush without flipping the direction of the brush in the stroke options dialogue.
- If I want my SVG to appear in any webpage in the order that I want, like a drawing stroke animation effect.
Answer
Yes there is.
If your path is open:
- Select the pen tool (P)
- Click the last anchor of the path. The order will be reversed
If your path is closed:
- If the path is a compound path, skip to step 4
- Select the path with the Selection Tool (black arrow, V)
- Click on
menu->object->compound path->make
. The path will be turned into a "compound path" - Open the Attributes window (
menu->window->attributes
) - Use the "Reverse path direction" buttons (they are only available for compound paths).
Note: If you cannot see these buttons it is because the Attributes window is "minimized", so it is not showing all the attributes. Click on the top right corner and select "Show all".
No comments:
Post a Comment