function()

in toolkit/jb/shared.js [297:308]


        function(values, config, p, canvas, width, height) {
            return {
                width: width,
                height: height,
                values: values,
                canvas: canvas,
                time: new Date(),
                step: -1,
                density: p.pixelDensity(),
                seed: -1
            };
        });