I am currently trying to create a GroundOverlay for a map using google's example in the documentation. To try it out, I am using the exact code shown in the example.
In Chrome (on macOS 11.5), when zooming in on the overlay, the image appears smooth, but when printing the image looks as if it is using image-rendering: pixelated
(example from print preview). This Behavior dosent not happen in safari or firefox.
I have tried to apply * {rendering-image: -webkit-optimize-contrast} in the page's stylesheet to try and debug this, but there were no changes visible.
Is there a way to make the print preview to render the image in a similar manner to the webpage itself?