mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-05-27 13:21:00 +02:00
If the computed background/foreground colors are identical, the `canvas` would be rendered mostly blank with only images visible. Hence it seems reasonable to also ignore the `pageColors`-option in this case. Also, the patch tries to *briefly* outline the various cases in which we ignore the `pageColors`-option in a comment.