User:Guest-1052/paintbrush.js: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

21 October 2023

  • curprev 13:0213:02, 21 October 2023Guest-1052 talk contribs 1,824 bytes +1,824 Created page with "var mouse = {x: 0, y: 0}; var cV; var ctx; var isOn = false; var isEraser = false; function init() { var body = document.body, html = document.documentElement; var height = Math.max( body.scrollHeight, body.offsetHeight, html.clientHeight, html.scrollHeight, html.offsetHeight ); cV = document.createElement("canvas"); document.body.appendChild(cV); cV.style.position = "absolute"; cV.style.pointerEvents = "none"; cV.setAttr..."