diff options
Diffstat (limited to 'html')
| -rwxr-xr-x | html/jspage.pl | 3 |
1 files changed, 3 insertions, 0 deletions
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} <div id="resizable"> <canvas id="puzzlecanvas" tabindex="0"></canvas> <div id="statusbar"></div> + <img id="resizehandle" alt="resize" + title="Drag to resize the puzzle. Right-click to restore the default size." + src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='10'%20height='10'%3E%3Cpath%20d='M8.5,1.5l-7,7m7,-4l-4,4m4,-1l-1,1'%20stroke='black'%20stroke-linecap='round'/%3E%3C/svg%3E"> </div> <p> Link to this puzzle: |