Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions peps/pep-0012.rst
Original file line number Diff line number Diff line change
Expand Up @@ -599,10 +599,10 @@ processed output using the ``image`` directive:

.. image:: diagram.png

Any browser-friendly graphics format is possible; PNG should be
Any browser-friendly graphics format is possible; SVG or PNG are
preferred for graphics, JPEG for photos and GIF for animations.
Currently, SVG must be avoided due to compatibility issues with the
PEP build system.
Images should be optimised to reduce their file size, and should
be legible in both light and dark mode in the browser.

For accessibility and readers of the source text, you should include
a description of the image and any key information contained within
Expand Down