---
title: "Ellipse"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/lib/svg/ellipse
markdown: https://docs.nodetool.ai/nodes/lib/svg/ellipse.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/lib/svg/ellipse.md
---

# Ellipse

**Type:** `lib.svg.Ellipse`

**Namespace:** `lib.svg`

## Description

Generate SVG ellipse element with customizable position, radii, and styling.
    svg, shape, vector, ellipse

    Use cases:
    - Create oval shapes and organic forms
    - Design speech bubbles and callouts
    - Build data visualization elements
    - Create decorative patterns and borders

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| cx | `int` | Center X coordinate | `0` |
| cy | `int` | Center Y coordinate | `0` |
| rx | `int` | X radius | `100` |
| ry | `int` | Y radius | `50` |
| fill | `color` | Fill color | `{"type":"color","value":"#000000"}` |
| stroke | `color` | Stroke color | `{"type":"color","value":"none"}` |
| stroke_width | `int` | Stroke width | `1` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `svg_element` |  |

## Related Nodes

Browse other nodes in the [lib.svg](./) namespace.
