mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2024-12-22 21:42:30 -05:00
Added a comment (TRAVIS took wrong version)
This commit is contained in:
parent
d0536be3ae
commit
0753b7ccc1
1 changed files with 1 additions and 0 deletions
|
@ -72,6 +72,7 @@ const _makePaintingLayer = function () {
|
|||
};
|
||||
|
||||
const _makeBackgroundPaper = function (width, height, color) {
|
||||
// creates a checkerboard path of width * height squares in color on white
|
||||
let x = 0;
|
||||
let y = 0;
|
||||
const pathPoints = [];
|
||||
|
|
Loading…
Reference in a new issue