- Issue created by @mrshowerman
- Merge request !42Fix linking of SVGs in responsive image formatter → (Merged) created by mrshowerman
Automatically closed - issue fixed for 2 weeks with no activity.
While working on 📌 Formatters shouldn't repeat core code Needs review , I noticed a bug concerning the link feature in the SvgResponsiveImageFormatter. When I disable the setting, the formatter ignores the setting.
Expected result: the image is linked to the content.
Actual result: the image is not linked.
If I enable the setting , the link appears.
Wrap the render array with a #link
, just like SvgImageFormatter
does.
Active
3.1
Code
Automatically closed - issue fixed for 2 weeks with no activity.