Svg Path Draw

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.

Surfaces
webmeet-stageapps-script-web
Degraded on
SurfaceNote
pdfRenders as a fully-drawn static SVG path
googlechatSVG animation not supported; renders as a static icon
Fields
FieldType
shape"arrow" | "check" | "circle" | "zigzag" | "infinity" (optional, default "arrow")optional
colorstring. Stroke colour. Default "#4f46e5".optional
widthinteger. Stroke width in px. Default 3.optional
durationnumber. Draw duration in seconds. Default 1.5.optional
labelstring. Caption below the SVG.optional
Example payload
{
  "type": "svg_path_draw"
}
ARD catalog entry
{
  "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"
  ]
}
← Full ARD catalog Try it live →
Deploy your own renderer

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 →