| <!doctype html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <script> | |
| "use strict"; | |
| document.addEventListener("DOMContentLoaded", () => { | |
| document.execCommand("enableObjectResizing"); | |
| document.execCommand("selectAll"); | |
| }); | |
| </script> | |
| </head> | |
| <body> | |
| <figcaption contenteditable="true"> | |
| <canvas> | |
| </canvas></figcaption></body> | |
| </html> |