Hello @sebastianleis,
All-In-One image CAPTCHA Prp Version 8.0 has been released which includes SVG support.
Just for reference here are the instructions for the pro version of the plugin to use SVGs.
Install the plugin Safe SVG By Daryll Doyle, upload your SVGs to your Media Library, Enable SVGs through the plugin options and add your custom SVG icons through the Choose Default Icons option.
Along with this new option, you can also use a shortcode [ai1ic-svg id="example"]
to pull in those SVG’s into your theme. For Example, if you uploaded an SVG called blue-bird.svg and you wanted to use that SVG on your site, you would add this shortcode [ai1ic-svg id="blue-bird"]
. Make sure you do not include .svg or the icon will not appear.
Some of the shortcode options are:
id: The SVG file name without .svg.
output: There are three options, inline
will output the SVG code directly into the site which helps improve site performance by reducing network requests, image
will place your SVG in an image tag, and url
will output the SVG src link if you prefer to add it to your own image tag.
alt: Add your own image alt tag description, Example alt=”Blue Bird”.