From abc11e3eb6d19a40b8b50162b459eaa401389ac3 Mon Sep 17 00:00:00 2001 From: Takuma Kira Date: Wed, 18 Mar 2020 14:36:56 +0900 Subject: [PATCH] - Add memorycheck-with-simple-image demo to reproduce "Total canvas memory use exceeds the maximum limit" warning and then "null is not an object (evaluating 'smallContext.drawImage')" error. (To get them, click Create button 12 times on "iPad Air (3rd generation) -- 13.3" Simulator on Mac with Web Inspector by Safari.) --- test/demo/memorycheck-with-simple-image.html | 60 ++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 test/demo/memorycheck-with-simple-image.html diff --git a/test/demo/memorycheck-with-simple-image.html b/test/demo/memorycheck-with-simple-image.html new file mode 100644 index 00000000..fbcea944 --- /dev/null +++ b/test/demo/memorycheck-with-simple-image.html @@ -0,0 +1,60 @@ + + + + OpenSeadragon Memory Check With Simple Image Demo + + + + +
+ Simple demo page to monitor OpenSeadragon Memory Usage. +
+ + + +
+ + +