Added a comment (TRAVIS took wrong version)

This commit is contained in:
Jacco Kulman 2018-04-07 08:42:32 +02:00
parent d0536be3ae
commit 0753b7ccc1

View file

@ -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 = [];