Automattic / node-canvas

Node canvas is a Cairo backed Canvas implementation for NodeJS.
10.2k stars 1.17k forks source link

PDF displays white when rendering in Node on higher scales #2459

Open niels-van-den-broeck opened 4 days ago

niels-van-den-broeck commented 4 days ago

Repro https://github.com/niels-van-den-broeck/pdf-node

Versions "pdfjs-dist": "4.7.76" "canvas": "2.11.2"

Description This specific PDF seems to have issues in NodeJS (tested on v20.17.0) when rendered on a scale above 1.5. Reproduction steps and the source PDF are given in the linked repository.

Expected result The PDF page is rendered in the image output when scaling 1.6x.

Actual result A white image is generated with the correct dimensions.