# Paths tab

![](/files/7gGJurpWMnviA09F0v8s)

The functions in the Paths tab tend to affect the shape as a whole, rather than it’s individual points.

{% hint style="warning" %}
When we refer to a path’s **bounding box** we mean the rectangle formed by it’s outermost visible parts.
{% endhint %}

#### <img src="/files/-M5MUc-8X3jlroq5etov" alt="" data-size="line"> Center

Center the path in the composition, layer or shape group, depending on which Space you have active.&#x20;

#### <img src="/files/-MGd4-WLMMsoOHLgNPp6" alt="" data-size="line"> Center vertically,  <img src="/files/-MGd44gjHp-V_vzQnF0z" alt="" data-size="line"> Center horizontally

Vertically or horizontally center the path, as above.

#### <img src="/files/-M5MU9bR62KPcOFyTbFR" alt="" data-size="line"> Flip vertically, <img src="/files/-M5MUSYrBvjO2r_r4Nop" alt="" data-size="line"> Flip horizontally

Flip the path top-to-bottom or left-to-right, around its  center.

#### <img src="/files/-M5MUEATvmggKV3_XWCp" alt="" data-size="line"> Flip up, <img src="/files/-M5MUMpst02_rAkiinnX" alt="" data-size="line"> Flip down,  <img src="/files/-M5MUUdOjOaAsi-K_QF3" alt="" data-size="line"> Flip right,  <img src="/files/-M5MU_Iq_m3GyF5Uo2J9" alt="" data-size="line"> Flip left

Flip the path around the top, bottom, right or left edge of its  bounding box.

#### <img src="/files/-M5MUfadRj3XNLxzEhh3" alt="" data-size="line"> Reverse

Reverse the order of the points in the selected path. It’s first vertex will remain the same, unless you apply it to an open path, in which case the first vertex will be moved to the opposite end.

#### <img src="/files/-M5MUjFy_ZZ388GUZf-m" alt="" data-size="line"> Toggle open

Toggle selected paths from open to closed, or vice versa. If you have multiple paths selected, you can hold `Alt` to make them all open, or `Cmd/Ctrl` to make them all closed.

#### <img src="/files/-MY1jZw3tbBxx-QcLhRn" alt="" data-size="line"> Simplify

This function removes points from the selected paths whilst attempting to preserve their basic shape. When you hover over the button, it brings up a slider below. Drag the slider to the right to reduce the number of points and Penpal will preview how your paths will be simplified. To apply it, click the blue checkmark icon. If you move your cursor away from the slider container, the process is aborted.

#### <img src="/files/-MY1jb8h34OG8OIPNBdR" alt="" data-size="line"> Join

This button will join two or more open paths into one. Paths are joined in the order they were selected in the canvas, and from each one's last point to the next one's first point (following their direction). A new, joined path is created, and the original paths are turned off in the timeline. If your paths seem to join at the wrong ends you probably need to [reverse](/penpal-user-guide/path-tab.md#reverse) one or more of them before you join them.

{% hint style="warning" %}
The Join function currently does not support masks, it only works with shape paths.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://support.animatable.co/penpal-user-guide/path-tab.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
