function()

in toolkit/jb/shared.js [278:289]


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