summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2017-11-22 11:30:51 +0100
committerLars-Dominik Braun <lars@6xq.net>2017-11-22 11:30:51 +0100
commit5f6343a37b36a0008b2c2a2a7805fcdb907aa9f5 (patch)
treecbfffad34a69dbd2146abb6693c3d03bcd0b4ed8 /README.rst
parent9cff3074e52b91c49298f80fd3e73d77f1f1c7dd (diff)
downloadcrocoite-5f6343a37b36a0008b2c2a2a7805fcdb907aa9f5.tar.gz
crocoite-5f6343a37b36a0008b2c2a2a7805fcdb907aa9f5.tar.bz2
crocoite-5f6343a37b36a0008b2c2a2a7805fcdb907aa9f5.zip
Make <canvas> static before DOM snapshot
Use --run-before-snapshot=canvas-snapshot.js. Replaces <canvas> with image snapshot. We could use .captureStream() as well.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 2b3642f..760742b 100644
--- a/README.rst
+++ b/README.rst
@@ -47,5 +47,4 @@ Most of these issues can be worked around by using the DOM snapshot, which is
also saved. This causes its own set of issues though:
- JavaScript-based navigation does not work.
-- Canvas contents are probably not preserved.