# Editable Shape

An Editable Shape is a non procedural shape which can be created using the [Pen](/cavalry/user-interface/menus/tool-menu/pen-tool.md) or [Pencil](/cavalry/user-interface/menus/tool-menu/pencil-tool.md) tools as well as by converting any of the procedural Shapes using the **Shapes > Make Editable** command (`cmd/ctrl + e`). They can also be created via the [Toolbar](/cavalry/user-interface/menus/window-menu/toolbar.md) by checking **Make Editable Primitives** in the tool options at the top.

You can animate the vertices of an **Editable Shape** using keyframes and the [Edit Shapes tool](/cavalry/user-interface/menus/tool-menu/points-tool.md). Also known as path animation.

### UI

[Common Attributes +](/cavalry/nodes/shapes/common-attributes.md)

**Path** - once you create a keyframe any changes you make to the Shape's vertices will create new keyframes and the vertices will transform to each position between keyframes.

**Fill Rule** -&#x20;

* **Even Odd** -&#x20;
* **Winding** -&#x20;

**Onion Skinning** - toggle [Onion Skinning](/cavalry/user-interface/menus/window-menu/viewport.md#onion-skinning) on or off for the Shape.


---

# 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://scenegroup.gitbook.io/cavalry/nodes/shapes/editable-shape.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.
