Add Ellipse

Add an ellipse to an existing SVG file

brxs Updated

File contents

Add Ellipse

Adds an ellipse to an existing SVG file.

Usage

node .claude/skills/add-ellipse/index.js <svg-file> <cx> <cy> <rx> <ry> <fill>

Parameters

  • svg-file - Path to the SVG file to modify
  • cx - Center X coordinate
  • cy - Center Y coordinate
  • rx - Horizontal radius
  • ry - Vertical radius
  • fill - Fill color as hex (default: #E53935)

Example

node .claude/skills/add-ellipse/index.js output/art.svg 250 200 100 50 '#1E88E5'

brxs/claude_svg_skills/tree/main/.claude/skills/add-ellipse commit f887f8d5ce

Frequently asked questions

npx skillmds@latest add brxs/add-ellipse