diff options
Diffstat (limited to '244')
-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. |