summaryrefslogtreecommitdiff
path: root/docs/pango_rendering.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/pango_rendering.md')
-rw-r--r--docs/pango_rendering.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/pango_rendering.md b/docs/pango_rendering.md
index 2fd61e93..9dfddd55 100644
--- a/docs/pango_rendering.md
+++ b/docs/pango_rendering.md
@@ -8,7 +8,10 @@ The Pango rendering pipeline takes a string of Unicode characters, converts them
it into glyphs, and renders them on some output medium. This section describes the
various stages of this pipeline and the APIs that implement them.
-![Pango Rendering Pipeline](pipeline.png)
+<picture>
+ <source srcset="pipeline-dark.png" media="(prefers-color-scheme: dark)">
+ <img alt="Pango Rendering Pipeline" src="pipeline-light.png">
+</picture>
Itemization
: breaks a piece of text into segments with consistent direction and shaping