- Issue created by @thomas.frobieter
- 🇩🇪Germany ammaletu Bonn, Germany
I can confirm that this is happening in version 3.2.2 with Drupal 10.4.7. The linked issue says that the "Image" form display is needed for the media library image field. We are using "ImageWidget crop" instead (of the "Image Widget Crop" → module). The documentation of this module should maybe state more clearly that it only works with some image widgets.
We previously had some code to tweak the image widget crop module to accept SVGs. I replaced this now by patch #12 from the following issue and this seems to work: https://www.drupal.org/project/image_widget_crop/issues/3251198 💬 Allow SVG uploads in widget (svg_image compatibility) Needs work