- Issue created by @vasyok
- πͺπ¨Ecuador jwilson3
This is currently not possible, but we're happy to review an MR. I'm also curious about the use case and need here.
As a workaround, until someone can contribute this feature, you must convert your Vector image to a Raster image (eg PNG or JPG) before uploading to the website. As a side note, the raster image will need to be uploaded to a different field, and you'll need to setup a different field, or if using Drupal's media library upload to the "Image" media bundle.
To convert to PNG or JPG, there are many solutions and approaches including:
- command line tools like imagemagick (requires the --with-librsvg option for good quality) and several others. https://stackoverflow.com/questions/9853325
- free online services (Eg https://svgtopng.com/)