# 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](https://docs.flatredball.com/gum/gum-tool/gum-elements/skia-standard-elements/shapes-platform-support) 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="https://2695663588-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M_fzQmxQ1VeUFHcoo2c%2Fuploads%2Fgit-blob-48c646e238120f2c322295845d005f5113f1e472%2Fimage.png?alt=media" alt=""><figcaption><p>Add Skia Standard Elements</p></figcaption></figure>

After clicking this option, Gum adds new standard elements.

<figure><img src="https://2695663588-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M_fzQmxQ1VeUFHcoo2c%2Fuploads%2Fgit-blob-8ebfcabe8360bb2564dfb43bb52c1f8368bee92d%2Fimage.png?alt=media" 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="https://2695663588-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M_fzQmxQ1VeUFHcoo2c%2Fuploads%2Fgit-blob-dcb59c7a7398a2d436ebaf6804875348f8bb684e%2F26_15%2046%2000.gif?alt=media" alt=""><figcaption><p>Skia standard elements can be added just like any other standard element</p></figcaption></figure>
