mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-03-20 16:37:52 -04:00
Chromium renders this as the background image with a soft mask. The background image is duplicated, however calibre's image dedup cannot work as the softmask is part of the image dictionary and dedup works by replacing references to the image dictionary. There is a similar breakage which will happen if there are duplicated soft masks as the dedup code does not currently update the softmask references.