1
Fork 0
mirror of https://github.com/Steffo99/emblematic.git synced 2024-11-21 14:24:18 +00:00

Convert examples to PNG

SVGs are not supported on ReadTheDocs
This commit is contained in:
Steffo 2023-03-11 11:19:13 +01:00
parent c7b949cadb
commit 11295d8b71
Signed by: steffo
GPG key ID: 2A24051445686895
3 changed files with 9 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

BIN
docs/source/ryg6-bg.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 376 KiB

View file

@ -19,13 +19,13 @@ It is composed by:
1. taking the SVG background image contained in the file given as the ``--background`` option, such as the following:
.. figure:: ryg6-bg.svg
.. figure:: ryg6-bg.png
:width: 150
:height: 150
2. overlaying a rescaled version of the SVG foreground icon contained in the file given as the ``--icon`` option, filled with the color given in the ``--fill`` option, such as the following:
.. figure:: fontawesome-ice-cream.svg
.. figure:: fontawesome-ice-cream.png
:width: 150
:height: 150
@ -36,6 +36,13 @@ It is composed by:
:height: 150
.. note::
The previous images are SVG files converted to PNG, as ReadTheDocs doesn't seem to work correctly with SVG files.
You can find the original SVG files in the code repository!
---------------------------------
Multiple emblems with one command
---------------------------------