diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2025-09-28 20:26:15 +0200 |
---|---|---|
committer | Rodrigo <rodarima@gmail.com> | 2025-09-28 23:10:55 +0200 |
commit | fb510ea86be5ceb9e91573890242581fdbd77ad8 (patch) | |
tree | d819fe40683592008d136727f5a0b03e48dc1164 /244/index.md |
Diffstat (limited to '244/index.md')
-rw-r--r-- | 244/index.md | 12 |
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. |