8000 Redraw some illustrations as SVG images · symfony/symfony-docs@2c45f59 · GitHub
[go: up one dir, main page]

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

components/serializer.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ The Serializer Component
1010

1111
In order to do so, the Serializer component follows the following schema.
1212

13-
.. image:: /_images/components/serializer/serializer_workflow.png
13+
.. raw:: html
14+
15+
<object data="../_images/components/serializer/serializer_workflow.svg" type="image/svg+xml"></object>
1416

1517
As you can see in the picture above, an array is used as an intermediary between
1618
objects and serialized contents. This way, encoders will only deal with turning

introduction/from_flat_php_to_symfony2.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -664,9 +664,9 @@ object are sent back to the client.
664664

665665
It's a beautiful thing.
666666

667-
.. figure:: /_images/http/request-flow.png
668-
:align: center
669-
:alt: Symfony request flow
667+
.. raw:: html
668+
669+
<object data="../_images/http/request-flow.svg" type="image/svg+xml"></object>
670670

671671
Where Symfony Delivers
672672
----------------------

introduction/http_fundamentals.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -361,12 +361,12 @@ to do:
361361

362362
.. _request-flow-figure:
363363

364-
.. figure:: /_images/http/request-flow.png
365-
:align: center
366-
:alt: Symfony request flow
364+
.. raw:: html
365+
366+
<object data="../_images/http/request-flow.svg" type="image/svg+xml"></object>
367367

368-
Incoming requests are interpreted by the :doc:`Routing component </routing>` and
369-
passed to PHP functions that return ``Response`` objects.
368+
Incoming requests are interpreted by the :doc:`Routing component </routing>` and
369+
passed to PHP functions that return ``Response`` objects.
370370

371371
This may not make sense yet, but as you keep reading, you'll learn about :doc:`routes </routing>`
372372
and :doc:`controllers </controller>`: the two fundamental parts to creating a page.

0 commit comments

Comments
 (0)
0