Install
Works with Drupal: ^10 || ^11Using Composer to manage Drupal site dependencies
Alternative installation files
Release notes
Fix: hook_graphql_fields_alter implementation was named svg_image_graphql_fields_alter, so Drupal 11's hook discovery (HookCollectorPass) attributed it to module svg_image_graphql + hook fields_alter and never invoked it. As a result the SvgImageDerivative class swap didn't happen and derivative(style: …).url returned raw public://… URIs for SVG files. Renamed to svg_image_graphql_graphql_fields_alter. Drupal 10 was unaffected because its per-hook function_exists() lookup happened to match the short name against the svg_image dependency.
No schema or API changes. Clear caches after upgrading.