# Sweep Angle

### Introduction

Sweep Angle defines the angle that the arc covers. This is a signed value, with positive values going counterclockwise.

The following shows an arc with a positive Sweep Angle of 135 degrees.

<figure><img src="/files/ARzb3vHIOH2GXrSizT8L" alt=""><figcaption><p>An arc with a Sweep Angle of 135</p></figcaption></figure>

Changing the Sweep Angle changes the length of the arc. If the value is negative, then the Sweep Angle increases the size clockwise.

<figure><img src="/files/OPHs3M3TGd2Mn26NLC4a" alt=""><figcaption><p>Sweep Angle can be positive or negative</p></figcaption></figure>

A sweep angle of 360 creates an arc that extends to a full circle. Values greater than 360 appear the same as if Sweep Angle is set to 360.

<figure><img src="/files/Fkqg8M03KUECisV60zYP" alt=""><figcaption><p>Sweep Angle of 360</p></figcaption></figure>


---

# 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://docs.flatredball.com/gum/gum-tool/gum-elements/skia-standard-elements/arc/sweep-angle.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.
