Kai Dorschner

Results 2 issues of Kai Dorschner

### Minimal, reproducible example ```TypeScript import puppeteer from "puppeteer"; import fs from 'fs'; const browser = await puppeteer.launch(); const VIEWPORT_OPTIONS = { width: 1200, height: 800, deviceScaleFactor: 2, }; const...

bug
upstream
confirmed
P3
chrome

### Tested versions jsreport v4.3.1 (playground), v4.5.0, v4.6.0 ### Bug Description I draw a background with squares. When I render them in *html* and *chrome-image* everything looks correct. As soon...