mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2024-12-23 05:52:42 -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) {
|
const _makeBackgroundPaper = function (width, height, color) {
|
||||||
|
// creates a checkerboard path of width * height squares in color on white
|
||||||
let x = 0;
|
let x = 0;
|
||||||
let y = 0;
|
let y = 0;
|
||||||
const pathPoints = [];
|
const pathPoints = [];
|
||||||
|
|
Loading…
Reference in a new issue