freeze-dry icon indicating copy to clipboard operation
freeze-dry copied to clipboard

Deal with <canvas> elements

Open Treora opened this issue 6 years ago • 0 comments

I just noticed these lines in pagearchive:

if (el.tagName == 'CANVAS') {
  return '<IMG SRC="' + htmlQuote(el.toDataURL('image/png')) + '">';
}

Treora avatar Mar 15 '18 12:03 Treora