Create SVG images and convert them to PNG without external graphics libraries. Use when you need to generate custom illustrations, avatars, or artwork (e.g., "draw a dragon", "create an avatar", "make a logo") or convert SVG files to PNG format. This skill works by writing SVG text directly (no PIL/ImageMagick required) and uses system rsvg-convert for PNG conversion.
SVG-draw 1.0.0 initial release: - Generate SVG vector graphics by writing SVG code directly—no external graphics libraries required. - Convert SVG images to PNG format using the included script leveraging system rsvg-convert. - Includes customizable templates for dragon and lobster illustrations. - Detailed design guidelines for avatars and logos. - Step-by-step instructions for SVG creation, conversion, and customization. - Troubleshooting section for common SVG and conversion issues.