diff --git a/docs/source/fontawesome-ice-cream.png b/docs/source/fontawesome-ice-cream.png new file mode 100644 index 0000000..69db6c7 Binary files /dev/null and b/docs/source/fontawesome-ice-cream.png differ diff --git a/docs/source/ryg6-bg.png b/docs/source/ryg6-bg.png new file mode 100644 index 0000000..82f8107 Binary files /dev/null and b/docs/source/ryg6-bg.png differ diff --git a/docs/source/usage.rst b/docs/source/usage.rst index 41d9baa..6a896e4 100644 --- a/docs/source/usage.rst +++ b/docs/source/usage.rst @@ -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 ---------------------------------