> For the complete documentation index, see [llms.txt](https://docs.flatredball.com/gum/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flatredball.com/gum/gum-tool/gum-elements/skia-standard-elements.md).

# Skia Standard Elements

### Introduction

Skia standard elements are a collection of elements which use SkiaSharp for rendering. Skia standard elements provide additional types of visuals supported by Gum, but not all runtimes support Skia standard elements.

Skia adds advanced vector graphics support, including the **Arc** shape and vector file formats such as SVG and Lottie.

{% hint style="info" %}
The older **ColoredCircle**, **RoundedRectangle**, and **SolidRectangle** Skia shapes are being phased out. Use the core **Circle** and **Rectangle** standard elements instead — they support fill, outline, gradients, drop shadows, dashed strokes, and rounded corners, and are not Skia standard elements, so they work without adding Skia to your project. The old shapes remain available so existing projects keep working, but will be removed in a future release.
{% endhint %}

{% hint style="warning" %}
Using Skia Standard Elements may limit which platforms can run your Gum project. For more information, see the [Shapes Platform Support](/gum/gum-tool/gum-elements/skia-standard-elements/shapes-platform-support.md) page.
{% endhint %}

### Enabling Skia Standard Elements

Skia standard elements must be explicitly added to gum projects. To add Skia standard elements Select **Plugins** -> **Add Skia Standard Elements.**

<figure><img src="/files/7hIsKv6W4rDXLTMGyBeQ" alt=""><figcaption><p>Add Skia Standard Elements</p></figcaption></figure>

After clicking this option, Gum adds new standard elements.

<figure><img src="/files/mkFD1ePuP6cXINdVOv92" alt=""><figcaption><p>Skia standard elements in Gum</p></figcaption></figure>

Once these Skia standard elements are added, they can be added to Screens and Components just like any other standard element.

<figure><img src="/files/0EhWzunnTdQPihjVpf8L" alt=""><figcaption><p>Skia standard elements can be added just like any other standard element</p></figcaption></figure>


---

# 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:

```
GET https://docs.flatredball.com/gum/gum-tool/gum-elements/skia-standard-elements.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.
