Skip to content

Commit 0c800ac

Browse files
committed
minor #10860 Redraw some illustrations as SVG images (javiereguiluz)
This PR was merged into the 4.1 branch. Discussion ---------- Redraw some illustrations as SVG images Now that the problem with SVG images in docs seems to be solved, we can finish updating the rest of images. This PR updates 3 of them. Commits ------- 2c45f59 Redraw some illustrations as SVG images
2 parents 4c4e56f + 2c45f59 commit 0c800ac

File tree

13 files changed

+17
-10
lines changed

13 files changed

+17
-10
lines changed
-21.9 KB
Binary file not shown.

_images/components/messenger/overview.svg

Lines changed: 1 addition & 0 deletions
Loading
Binary file not shown.

_images/components/serializer/serializer_workflow.svg

Lines changed: 1 addition & 0 deletions
Loading

_images/http/request-flow.png

-75.3 KB
Binary file not shown.

_images/http/request-flow.svg

Lines changed: 1 addition & 0 deletions
Loading
Binary file not shown.
Binary file not shown.

_images/sources/http/request-flow.dia

2.93 KB
Binary file not shown.

components/messenger.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ Alternatively, you can clone the `<https://github.com/symfony/messenger>`_ repos
3131
Concepts
3232
--------
3333

34-
.. image:: /_images/components/messenger/overview.png
34+
.. raw:: html
35+
36+
<object data="../_images/components/messenger/overview.svg" type="image/svg+xml"></object>
3537

3638
**Sender**:
3739
Responsible for serializing and sending messages to *something*. This

0 commit comments

Comments
 (0)