# 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 for shapes such as Arc, ColoredCircle, and RoundedRectangle. Skia also adds support for vector file formats such as SVG and Lottie.

{% 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: 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.
