An SVG path that animates drawing itself from start to end using the stroke-dasharray / stroke-dashoffset CSS technique. The agent selects a named shape (arrow, check, circle, zigzag, infinity) or supplies a custom SVG path string.
| Surface | Note |
|---|---|
| Renders as a fully-drawn static SVG path | |
| googlechat | SVG animation not supported; renders as a static icon |
| Field | Type | |
|---|---|---|
| shape | "arrow" | "check" | "circle" | "zigzag" | "infinity" (optional, default "arrow") | optional |
| color | string. Stroke colour. Default "#4f46e5". | optional |
| width | integer. Stroke width in px. Default 3. | optional |
| duration | number. Draw duration in seconds. Default 1.5. | optional |
| label | string. Caption below the SVG. | optional |
{
"type": "svg_path_draw"
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:svg_path_draw",
"displayName": "Svg Path Draw",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/svg_path_draw",
"capabilities": [
"web",
"meet-stage",
"apps-script-web"
],
"description": "An SVG path that animates drawing itself from start to end using the stroke-dasharray / stroke-dashoffset CSS technique. The agent selects a named shape (arrow, check, circle, zigzag, infinity) or supplies a custom SVG path string.",
"representativeQueries": [
"show a SVG stroke-dashoffset self-drawing path animation",
"an svg path that animates drawing itself from start to end using the stroke-dasharray / stroke-dasho",
"render a svg path draw"
]
}
The renderer is open source. Deploy your own instance in 4 commands — you own the URL, no dependency on the demo endpoint.
git clone https://github.com/a2uicatalog/a2ui
cd apps-script-surface/gas-schema-renderer
clasp push && clasp deploy
Full deploy guide →