logoalt Hacker News

weakfishyesterday at 3:24 PM1 replyview on HN

If you right click on the page, you can 'open image in new tab' and get an image of the current screen. I assume that means it is rendering an entirely new image each frame... which is a tad wild.


Replies

Rohansiyesterday at 4:24 PM

> I assume that means it is rendering an entirely new image each frame... which is a tad wild.

What's wild about that? That's exactly what it's doing and what most uses of canvas/WebGL do.

show 1 reply