Skip to content

Commit 2c45f59

Browse files
committed
Redraw some illustrations as SVG images
1 parent c34e5c3 commit 2c45f59

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)