convert_svg_to_vector
Convert SVG files to Android Vector Drawable XML format. Accepts local file paths or remote URLs for use in Android development.
Instructions
Convert SVG file to Android Vector Drawable XML format. Accepts local file paths or remote URLs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| svgPath | Yes | Path to SVG file (local path or URL starting with http:// or https://) | |
| outputPath | Yes | Output path for the generated Vector Drawable XML file |