I am trying to convert the canvas element on this page to a png using the following snippet (e.g. enter in JavaScript console):
(function conver
Here's some things to try. I don't know whether either of these should be necessary to make this work, but they might make a difference.
preserveDrawingBuffer: true to the getContext attributes.