validate_illustrator_svg
Checks SVG markup for Adobe Illustrator compatibility by rejecting browser-only features such as live filters, missing fonts, and unsupported embedding, helping prevent missing-link or plug-in warnings.
Instructions
Reject browser-only SVG features that commonly trigger missing-link or plug-in warnings in Adobe Illustrator. Requires SVG 1.1, xlink:href base64 raster embedding, editable installed fonts, inline vector logos, and no live SVG filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| svg | Yes | Full standalone SVG markup to check for Adobe Illustrator compatibility. | |
| mode | No | final |