Skip to content

Commit a62e3fc

Browse files
author
mjdude
committed
completed canvas manipulation
1 parent ce73f0c commit a62e3fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

08 - Fun with HTML5 Canvas/index-START.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
ctx.lineJoin = 'round';
1616
ctx.lineCap = 'round';
1717
ctx.lineWidth = 100;
18+
// clours overlay, google globalCompositeOperation
19+
// ctx.globalCompositeOperation = 'multiply';
1820
let isDrawing = false;
1921
let lastX =0;
2022
let lastY =0;

0 commit comments

Comments
 (0)