Skip to content

SVG images don't work on 5.X version #19999

@JakeFr

Description

@JakeFr

Images in SVG format are not displayed on version 5.x

The HTTP-Kernel diagram is missing
https://symfony.com/doc/5.x/components/http_kernel.html
When I visit pages with complete version number it works fine
https://symfony.com/doc/6.4/components/http_kernel.html

Same thing for the serializer doc
https://symfony.com/doc/5.x/components/serializer.html

I check the code, SVG path are relative <object data="../_images/components/http_kernel/http-workflow.svg"
so it results in a 404 request, as /5.x/ don't exist.

same things on other branches for older major versions 4.x ...

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions