blob: 69fac67feb55d40529944b50c37b6dfd2f1b2902 (
plain)
1
2
3
4
5
6
7
8
9
10
11
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.
|