> For the complete documentation index, see [llms.txt](https://plugin-everything.gitbook.io/plugin-everything-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://plugin-everything.gitbook.io/plugin-everything-docs/controls/width-modes/width-scope.md).

# Width Scope

`Width Scope` controls where the width profile starts and ends. Use it to apply one width curve across all paths, restart it on each path, restart it on each trimmed segment, or restart it on each dash.

{% hint style="info" %}
`Width Scope` only appears when `Width Control Mode` creates width variation. Constant-width strokes have no width curve to scope.
{% endhint %}

## Controls

<details>

<summary>Multiple Paths</summary>

#### Multiple Paths

`Multiple Paths` spans the width curve across the total arc length of all paths combined. Paths are treated as one continuous stroke for width mapping.

For example, with `Width Control Mode: Start & End` (100% to 0%) and two equal-length paths, the first path would taper from 100% to 50%, and the second path would continue from 50% to 0%.

</details>

<details>

<summary>Individual Paths</summary>

#### Individual Paths

`Individual Paths` resets the width curve on each path. Each path receives the full profile from start to end.

This is the default. With `Width Control Mode: Start & End` (100% to 0%) and two paths, both paths taper from 100% to 0%.

</details>

<details>

<summary>Individual Trims</summary>

#### Individual Trims

`Individual Trims` resets the width curve on each trim segment.

Use it when every revealed trim segment should receive the full width profile. If no trimming is applied, each full path behaves like its own trim segment, so this matches `Individual Paths`.

</details>

<details>

<summary>Individual Dashes</summary>

#### Individual Dashes

`Individual Dashes` resets the width curve on each visible dash segment. Each dash receives the full profile from start to end.

Use it for tapered dashes, dots that grow or shrink, or dashed strokes where every segment should have the same width behavior.

</details>

## Interactions

<details>

<summary>Dashes</summary>

When `Enable Dashes` is checked, `Individual Dashes` becomes available in `Width Scope`.

The other scope options remain available, but dashes still break the visible stroke into segments after trimming.

</details>

<details>

<summary>Trim Paths</summary>

`Individual Trims` maps the width profile to each trimmed segment.

If `Trim Multiple Paths` is set to `Individually`, each path's trimmed segment receives its own width curve as paths reveal in sequence.

</details>

<details>

<summary>Repeater</summary>

Scope modes treat repeater copies as additional paths.

Use `Multiple Paths` when the width curve should span the original and repeated copies together. Use `Individual Paths`, `Individual Trims`, or `Individual Dashes` when each copy or segment should restart the profile.

</details>

## Interface Conditionals

<details>

<summary>Width Scope</summary>

| Condition                                       | Result                             |
| ----------------------------------------------- | ---------------------------------- |
| `Width Control Mode` is `None (Constant Width)` | `Width Scope` is hidden            |
| `Width Control Mode` varies width               | `Width Scope` is visible           |
| `Enable Dashes` is unchecked                    | `Individual Dashes` is unavailable |
| `Enable Dashes` is checked                      | `Individual Dashes` is available   |

</details>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://plugin-everything.gitbook.io/plugin-everything-docs/controls/width-modes/width-scope.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
