From acd1f451523595ba294f29a223163ba9dbb6d981 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Tue, 29 Nov 2022 23:40:04 +0000 Subject: [PATCH] js: Add an SVG resize handle to the HTML This is more compact than carefully drawing it on a canvas in JavaScript. More importantly, the SVG resize handle scales nicely as the page is zoomed, or on high-DPI screens. At the moment, the nice SVG resize handle is removed by JavaScript, but we need to wait a little while for everyone to get the new HTML cached before changing that. --- html/jspage.pl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/html/jspage.pl b/html/jspage.pl index 03e3912..1f015fe 100755 --- a/html/jspage.pl +++ b/html/jspage.pl @@ -357,6 +357,9 @@ ${unfinishedpara}
+ resize

Link to this puzzle: