aboutsummaryrefslogtreecommitdiff
path: root/244
diff options
context:
space:
mode:
authorRodrigo Arias Mallo <rodarima@gmail.com>2025-09-28 20:26:15 +0200
committerRodrigo <rodarima@gmail.com>2025-09-28 23:10:55 +0200
commitfb510ea86be5ceb9e91573890242581fdbd77ad8 (patch)
treed819fe40683592008d136727f5a0b03e48dc1164 /244
Initial versionHEADmain
Diffstat (limited to '244')
-rw-r--r--244/index.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/244/index.md b/244/index.md
new file mode 100644
index 0000000..69fac67
--- /dev/null
+++ b/244/index.md
@@ -0,0 +1,12 @@
+Title: Bad background for cached image with transparency
+Author: rodarima
+Created: Wed, 14 Aug 2024 12:30:27 +0000
+State: open
+
+When two or more copies of the same image with transparency appear in a single
+document, the transparent pixels are mixed with the background of the first
+image container. However, subsequent images take the image buffer from the cache
+inheriting the same background, regardless of the background where the rest of
+images are placed.
+
+The cache should not be used if the background is different.