> For the complete documentation index, see [llms.txt](https://able.bucca.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://able.bucca.com/core/overview/graphic/illustration.md).

# ε Illustration (Canvas)

Element: The shape and size of the Illustration canvas. The canvas has the same aspect ratios and rules as the Graphic element. We separate illustrations from graphics because they are usually sectioned off in their own file and provided to an illustrator. This allows the team to stay organized.

[Styleguide Link](https://zpl.io/brGvn4X)

* Parent: [ListItem](/core/components/list-item.md), [CardItem](/core/ks-modules/card-view/card-item.md), GridItem, Multiple
* Sister: [Graphic](/core/overview/graphic.md)
* Child: [Overlay - Top, Center, Bottom](/core/overview/graphic/overlay.md)

## Properties

**Aspect Ratio** - The design system has standardized the the sizes of illustration canvas' to follow a set of consistent aspect ratios. The following ratios are the only ones used throughout the system. Each of these are listed in their Landscape orientation, but can also exist in Portrait format as well.

<figure><img src="/files/U4AvySxt93O3MhSJZDcB" alt=""><figcaption></figcaption></figure>

* 1:1 (Square)
* 5:4
* 4:3
* 3:2
* 16:10
* 1.618:1 (The Golden Ratio)
* 16:9 (Video Size)
* 2:1
* 21:9 (Movie Theater Screen Size)

Note: Each of the placeholder images for these aspect ratios have a different appearance and have the ratio number in the lower right corner of the image to help in understanding the ratios at a glance.

**Overlay** - Provides the ability to include a layer of content over top of the illustration canvas. This lets us text content, banners, buttons on top of an illustration. There are three areas for overlays...

* **Top** - Docked to the top of the graphic.
* **Center** - Floating at the vertical center of the graphic
* **Bottom** - Docked to the bottom of the graphic

These overlays can be On/Off independent of one another.

**NOTE:** This is the same functionality found in the [Graphic](/core/overview/graphic.md) element.


---

# 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, and the optional `goal` query parameter:

```
GET https://able.bucca.com/core/overview/graphic/illustration.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
