Skip to content

Commit 3b53fe4

Browse files
committed
comment removed
1 parent 7a6a15a commit 3b53fe4

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

js/draw.mjs

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -97,21 +97,6 @@ function addToPaper() {
9797
toggleDrawCanvas();
9898
}
9999

100-
/**
101-
* cH = 200
102-
* cW = 100
103-
* iH = 800
104-
* iW = 1300
105-
*
106-
* iH = 200
107-
* iW = ?
108-
*
109-
* iH = cH
110-
* iW cW
111-
*
112-
* iW = cW*iH/cH
113-
*
114-
*/
115100
function addImageToPaper() {
116101
const imagePath = document.querySelector('#image-to-add-in-canvas');
117102
const tempImage = new Image();

0 commit comments

Comments
 (0)