From 74a1e4486b7968a9c4648e95b9c2138a2f0840a1 Mon Sep 17 00:00:00 2001 From: dy Date: Tue, 11 Dec 2018 17:06:53 -0500 Subject: [PATCH] Fix palette issue; Add test --- bundle.js | 6 +- package.json | 7 +- readme.md | 2 +- rollup.config.js | 4 +- scatter.js | 8 +- test/3232.json | 2006 +++++++++++++++++ {baseline => test/img}/1e6.png | Bin test/img/3232.png | Bin 0 -> 5272 bytes .../img}/mixed-markers-colors.png | Bin test.js => test/index.js | 25 +- 10 files changed, 2047 insertions(+), 11 deletions(-) create mode 100644 test/3232.json rename {baseline => test/img}/1e6.png (100%) create mode 100644 test/img/3232.png rename {baseline => test/img}/mixed-markers-colors.png (100%) rename test.js => test/index.js (72%) diff --git a/bundle.js b/bundle.js index ff02dc5..b18dceb 100644 --- a/bundle.js +++ b/bundle.js @@ -477,9 +477,11 @@ Scatter.prototype.update = function () { range: 'range dataBox databox', viewport: 'viewport viewPort viewBox viewbox', opacity: 'opacity alpha transparency', - bounds: 'bound bounds boundaries limits' + bounds: 'bound bounds boundaries limits', + tooManyColors: 'tooManyColors palette paletteMode optimizePalette enablePalette' }); if (options.positions === null) options.positions = []; + if (options.tooManyColors != null) _this3.tooManyColors = options.tooManyColors; if (!group) { groups[i] = group = { @@ -887,7 +889,7 @@ Scatter.prototype.updateColor = function (colors) { } // detect if too many colors in palette - if (!this.tooManyColors && palette.length > maxColors * maxColors * 4) this.tooManyColors = true; // limit max color + if (!this.tooManyColors && palette.length > maxColors * 4) this.tooManyColors = true; // limit max color this.updatePalette(palette); // keep static index for single-color property diff --git a/package.json b/package.json index a1279ca..c6a7c97 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,8 @@ "array-rearrange": "^2.2.2", "clamp": "^1.0.1", "color-id": "^1.1.0", - "color-normalize": "^1.0.3", + "color-normalize": "^1.3.0", + "color-rgba": "^2.1.0", "flatten-vertex-data": "^1.0.0", "glslify": "^7.0.0", "image-palette": "^2.1.0", @@ -48,14 +49,16 @@ "fps-indicator": "^1.1.2", "gl": "^4.1.1", "image-equal": "^4.1.2", - "image-output": "^2.2.3", + "image-output": "^2.4.0", "image-pixels": "^2.2.0", "next-pow-2": "^1.0.0", + "pxls": "^2.3.1", "regl": "^1.3.0", "rollup": "^0.67.1", "rollup-plugin-babel": "^4.0.3", "rollup-plugin-browserify-transform": "^1.0.1", "rollup-plugin-commonjs": "^9.2.0", + "rollup-plugin-node-resolve": "^3.4.0", "seed-random": "^2.2.0", "tape": "^4.9.1" } diff --git a/readme.md b/readme.md index 736ed99..98c55d7 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ -# regl-scatter2d [![unstable](https://img.shields.io/badge/stability-unstable-green.svg)](http://github.com/badges/stability-badges) [![Build Status](https://img.shields.io/travis/gl-vis/regl-scatter2d.svg)](https://travis-ci.org/gl-vis/regl-scatter2d) +# regl-scatter2d [![unstable](https://img.shields.io/badge/stability-unstable-green.svg)](http://github.com/badges/stability-badges) [![Build Status](https://img.shields.io/travis/gl-vis/regl-scatter2d.svg)](https://travis-ci.org/gl-vis/regl-scatter2d) Fast and precise 2d scatter plot for lots of points. diff --git a/rollup.config.js b/rollup.config.js index 7170cc6..968dff3 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -3,6 +3,7 @@ import commonjs from 'rollup-plugin-commonjs' import babel from 'rollup-plugin-babel' import tr from 'rollup-plugin-browserify-transform' import glslify from 'glslify' +import resolve from 'rollup-plugin-node-resolve' export default { input: 'index.js', @@ -11,6 +12,8 @@ export default { format: 'cjs' }, plugins: [ + tr(glslify), + resolve(), commonjs({ sourceMap: false, include: ['index.js', 'scatter.js'], @@ -30,7 +33,6 @@ export default { 'parse-rect' ] }), - tr(glslify), babel({ 'presets': ['@babel/preset-env'] }) diff --git a/scatter.js b/scatter.js index 40d4052..c0ad6b4 100644 --- a/scatter.js +++ b/scatter.js @@ -382,11 +382,14 @@ Scatter.prototype.update = function (...args) { range: 'range dataBox databox', viewport: 'viewport viewPort viewBox viewbox', opacity: 'opacity alpha transparency', - bounds: 'bound bounds boundaries limits' + bounds: 'bound bounds boundaries limits', + tooManyColors: 'tooManyColors palette paletteMode optimizePalette enablePalette' }) if (options.positions === null) options.positions = [] + if (options.tooManyColors != null) this.tooManyColors = options.tooManyColors + if (!group) { groups[i] = group = { id: i, @@ -467,6 +470,7 @@ Scatter.prototype.update = function (...args) { hasColor++ return c }, + borderColor: (c, group) => { if (c == null) c = Scatter.defaults.borderColor c = this.updateColor(c) @@ -817,7 +821,7 @@ Scatter.prototype.updateColor = function (colors) { } // detect if too many colors in palette - if (!this.tooManyColors && palette.length > maxColors * maxColors * 4) this.tooManyColors = true + if (!this.tooManyColors && palette.length > maxColors * 4) this.tooManyColors = true // limit max color this.updatePalette(palette) diff --git a/test/3232.json b/test/3232.json new file mode 100644 index 0000000..4b67838 --- /dev/null +++ b/test/3232.json @@ -0,0 +1,2006 @@ +[ +{"colors":[ +[0.0196078431372549,0.0392156862745098,0.6745098039215687,1], +[0.0196078431372549,0.0392156862745098,0.6745098039215687,1], +[0.0196078431372549,0.0392156862745098,0.6745098039215687,1], +[0.0196078431372549,0.0392156862745098,0.6745098039215687,1], +[0.0196078431372549,0.043137254901960784,0.6745098039215687,1], +[0.023529411764705882,0.043137254901960784,0.6745098039215687,1], +[0.023529411764705882,0.043137254901960784,0.6745098039215687,1], +[0.023529411764705882,0.043137254901960784,0.6745098039215687,1], +[0.023529411764705882,0.043137254901960784,0.6745098039215687,1], +[0.023529411764705882,0.043137254901960784,0.6745098039215687,1], +[0.023529411764705882,0.043137254901960784,0.6784313725490196,1], +[0.023529411764705882,0.047058823529411764,0.6784313725490196,1], +[0.023529411764705882,0.047058823529411764,0.6784313725490196,1], +[0.023529411764705882,0.047058823529411764,0.6784313725490196,1], +[0.023529411764705882,0.047058823529411764,0.6784313725490196,1], +[0.027450980392156862,0.047058823529411764,0.6784313725490196,1], +[0.027450980392156862,0.047058823529411764,0.6784313725490196,1], +[0.027450980392156862,0.047058823529411764,0.6784313725490196,1], +[0.027450980392156862,0.050980392156862744,0.6784313725490196,1], +[0.027450980392156862,0.050980392156862744,0.6784313725490196,1], +[0.027450980392156862,0.050980392156862744,0.6784313725490196,1], +[0.027450980392156862,0.050980392156862744,0.6784313725490196,1], +[0.027450980392156862,0.050980392156862744,0.6784313725490196,1], +[0.027450980392156862,0.050980392156862744,0.6784313725490196,1], +[0.027450980392156862,0.050980392156862744,0.6784313725490196,1], +[0.03137254901960784,0.054901960784313725,0.6784313725490196,1], +[0.03137254901960784,0.054901960784313725,0.6784313725490196,1], +[0.03137254901960784,0.054901960784313725,0.6784313725490196,1], +[0.03137254901960784,0.054901960784313725,0.6784313725490196,1], +[0.03137254901960784,0.054901960784313725,0.6784313725490196,1], +[0.03137254901960784,0.054901960784313725,0.6823529411764706,1], +[0.03137254901960784,0.054901960784313725,0.6823529411764706,1], +[0.03137254901960784,0.058823529411764705,0.6823529411764706,1], +[0.03137254901960784,0.058823529411764705,0.6823529411764706,1], +[0.03137254901960784,0.058823529411764705,0.6823529411764706,1], +[0.03529411764705882,0.058823529411764705,0.6823529411764706,1], +[0.03529411764705882,0.058823529411764705,0.6823529411764706,1], +[0.03529411764705882,0.058823529411764705,0.6823529411764706,1], +[0.03529411764705882,0.058823529411764705,0.6823529411764706,1], +[0.03529411764705882,0.06274509803921569,0.6823529411764706,1], +[0.03529411764705882,0.06274509803921569,0.6823529411764706,1], +[0.03529411764705882,0.06274509803921569,0.6823529411764706,1], +[0.03529411764705882,0.06274509803921569,0.6823529411764706,1], +[0.03529411764705882,0.06274509803921569,0.6823529411764706,1], +[0.03529411764705882,0.06274509803921569,0.6823529411764706,1], +[0.0392156862745098,0.06274509803921569,0.6823529411764706,1], +[0.0392156862745098,0.06666666666666667,0.6823529411764706,1], +[0.0392156862745098,0.06666666666666667,0.6823529411764706,1], +[0.0392156862745098,0.06666666666666667,0.6823529411764706,1], +[0.0392156862745098,0.06666666666666667,0.6862745098039216,1], +[0.0392156862745098,0.06666666666666667,0.6862745098039216,1], +[0.0392156862745098,0.06666666666666667,0.6862745098039216,1], +[0.0392156862745098,0.06666666666666667,0.6862745098039216,1], +[0.0392156862745098,0.07058823529411765,0.6862745098039216,1], +[0.0392156862745098,0.07058823529411765,0.6862745098039216,1], +[0.043137254901960784,0.07058823529411765,0.6862745098039216,1], +[0.043137254901960784,0.07058823529411765,0.6862745098039216,1], +[0.043137254901960784,0.07058823529411765,0.6862745098039216,1], +[0.043137254901960784,0.07058823529411765,0.6862745098039216,1], +[0.043137254901960784,0.07058823529411765,0.6862745098039216,1], +[0.043137254901960784,0.07450980392156863,0.6862745098039216,1], +[0.043137254901960784,0.07450980392156863,0.6862745098039216,1], +[0.043137254901960784,0.07450980392156863,0.6862745098039216,1], +[0.043137254901960784,0.07450980392156863,0.6862745098039216,1], +[0.043137254901960784,0.07450980392156863,0.6862745098039216,1], +[0.047058823529411764,0.07450980392156863,0.6862745098039216,1], +[0.047058823529411764,0.07450980392156863,0.6862745098039216,1], +[0.047058823529411764,0.0784313725490196,0.6862745098039216,1], +[0.047058823529411764,0.0784313725490196,0.6901960784313725,1], +[0.047058823529411764,0.0784313725490196,0.6901960784313725,1], +[0.047058823529411764,0.0784313725490196,0.6901960784313725,1], +[0.047058823529411764,0.0784313725490196,0.6901960784313725,1], +[0.047058823529411764,0.0784313725490196,0.6901960784313725,1], +[0.047058823529411764,0.0784313725490196,0.6901960784313725,1], +[0.047058823529411764,0.08235294117647059,0.6901960784313725,1], +[0.050980392156862744,0.08235294117647059,0.6901960784313725,1], +[0.050980392156862744,0.08235294117647059,0.6901960784313725,1], +[0.050980392156862744,0.08235294117647059,0.6901960784313725,1], +[0.050980392156862744,0.08235294117647059,0.6901960784313725,1], +[0.050980392156862744,0.08235294117647059,0.6901960784313725,1], +[0.050980392156862744,0.08235294117647059,0.6901960784313725,1], +[0.050980392156862744,0.08627450980392157,0.6901960784313725,1], +[0.050980392156862744,0.08627450980392157,0.6901960784313725,1], +[0.050980392156862744,0.08627450980392157,0.6901960784313725,1], +[0.050980392156862744,0.08627450980392157,0.6901960784313725,1], +[0.054901960784313725,0.08627450980392157,0.6901960784313725,1], +[0.054901960784313725,0.08627450980392157,0.6901960784313725,1], +[0.054901960784313725,0.08627450980392157,0.6901960784313725,1], +[0.054901960784313725,0.09019607843137255,0.6941176470588235,1], +[0.054901960784313725,0.09019607843137255,0.6941176470588235,1], +[0.054901960784313725,0.09019607843137255,0.6941176470588235,1], +[0.054901960784313725,0.09019607843137255,0.6941176470588235,1], +[0.054901960784313725,0.09019607843137255,0.6941176470588235,1], +[0.054901960784313725,0.09019607843137255,0.6941176470588235,1], +[0.054901960784313725,0.09019607843137255,0.6941176470588235,1], +[0.058823529411764705,0.09411764705882353,0.6941176470588235,1], +[0.058823529411764705,0.09411764705882353,0.6941176470588235,1], +[0.058823529411764705,0.09411764705882353,0.6941176470588235,1], +[0.058823529411764705,0.09411764705882353,0.6941176470588235,1], +[0.058823529411764705,0.09411764705882353,0.6941176470588235,1], +[0.058823529411764705,0.09411764705882353,0.6941176470588235,1], +[0.058823529411764705,0.09411764705882353,0.6941176470588235,1], +[0.058823529411764705,0.09803921568627451,0.6941176470588235,1], +[0.058823529411764705,0.09803921568627451,0.6941176470588235,1], +[0.058823529411764705,0.09803921568627451,0.6941176470588235,1], +[0.06274509803921569,0.09803921568627451,0.6941176470588235,1], +[0.06274509803921569,0.09803921568627451,0.6941176470588235,1], +[0.06274509803921569,0.09803921568627451,0.6980392156862745,1], +[0.06274509803921569,0.09803921568627451,0.6980392156862745,1], +[0.06274509803921569,0.10196078431372549,0.6980392156862745,1], +[0.06274509803921569,0.10196078431372549,0.6980392156862745,1], +[0.06274509803921569,0.10196078431372549,0.6980392156862745,1], +[0.06274509803921569,0.10196078431372549,0.6980392156862745,1], +[0.06274509803921569,0.10196078431372549,0.6980392156862745,1], +[0.06274509803921569,0.10196078431372549,0.6980392156862745,1], +[0.06666666666666667,0.10196078431372549,0.6980392156862745,1], +[0.06666666666666667,0.10588235294117647,0.6980392156862745,1], +[0.06666666666666667,0.10588235294117647,0.6980392156862745,1], +[0.06666666666666667,0.10588235294117647,0.6980392156862745,1], +[0.06666666666666667,0.10588235294117647,0.6980392156862745,1], +[0.06666666666666667,0.10588235294117647,0.6980392156862745,1], +[0.06666666666666667,0.10588235294117647,0.6980392156862745,1], +[0.06666666666666667,0.10588235294117647,0.6980392156862745,1], +[0.06666666666666667,0.10980392156862745,0.6980392156862745,1], +[0.06666666666666667,0.10980392156862745,0.6980392156862745,1], +[0.07058823529411765,0.10980392156862745,0.6980392156862745,1], +[0.07058823529411765,0.10980392156862745,0.6980392156862745,1], +[0.07058823529411765,0.10980392156862745,0.7019607843137254,1], +[0.07058823529411765,0.10980392156862745,0.7019607843137254,1], +[0.07058823529411765,0.10980392156862745,0.7019607843137254,1], +[0.07058823529411765,0.11372549019607843,0.7019607843137254,1], +[0.07058823529411765,0.11372549019607843,0.7019607843137254,1], +[0.07058823529411765,0.11372549019607843,0.7019607843137254,1], +[0.07058823529411765,0.11372549019607843,0.7019607843137254,1], +[0.07058823529411765,0.11372549019607843,0.7019607843137254,1], +[0.07450980392156863,0.11372549019607843,0.7019607843137254,1], +[0.07450980392156863,0.11372549019607843,0.7019607843137254,1], +[0.07450980392156863,0.11764705882352941,0.7019607843137254,1], +[0.07450980392156863,0.11764705882352941,0.7019607843137254,1], +[0.07450980392156863,0.11764705882352941,0.7019607843137254,1], +[0.07450980392156863,0.11764705882352941,0.7019607843137254,1], +[0.07450980392156863,0.11764705882352941,0.7019607843137254,1], +[0.07450980392156863,0.11764705882352941,0.7019607843137254,1], +[0.07450980392156863,0.11764705882352941,0.7019607843137254,1], +[0.07450980392156863,0.12156862745098039,0.7019607843137254,1], +[0.0784313725490196,0.12156862745098039,0.7019607843137254,1], +[0.0784313725490196,0.12156862745098039,0.7058823529411765,1], +[0.0784313725490196,0.12156862745098039,0.7058823529411765,1], +[0.0784313725490196,0.12156862745098039,0.7058823529411765,1], +[0.0784313725490196,0.12156862745098039,0.7058823529411765,1], +[0.0784313725490196,0.12156862745098039,0.7058823529411765,1], +[0.0784313725490196,0.12549019607843137,0.7058823529411765,1], +[0.0784313725490196,0.12549019607843137,0.7058823529411765,1], +[0.0784313725490196,0.12549019607843137,0.7058823529411765,1], +[0.0784313725490196,0.12549019607843137,0.7058823529411765,1], +[0.08235294117647059,0.12549019607843137,0.7058823529411765,1], +[0.08235294117647059,0.12549019607843137,0.7058823529411765,1], +[0.08235294117647059,0.12549019607843137,0.7058823529411765,1], +[0.08235294117647059,0.12941176470588237,0.7058823529411765,1], +[0.08235294117647059,0.12941176470588237,0.7058823529411765,1], +[0.08235294117647059,0.12941176470588237,0.7058823529411765,1], +[0.08235294117647059,0.12941176470588237,0.7058823529411765,1], +[0.08235294117647059,0.12941176470588237,0.7058823529411765,1], +[0.08235294117647059,0.12941176470588237,0.7058823529411765,1], +[0.08235294117647059,0.12941176470588237,0.7058823529411765,1], +[0.08627450980392157,0.13333333333333333,0.7058823529411765,1], +[0.08627450980392157,0.13333333333333333,0.7098039215686275,1], +[0.08627450980392157,0.13333333333333333,0.7098039215686275,1], +[0.08627450980392157,0.13333333333333333,0.7098039215686275,1], +[0.08627450980392157,0.13333333333333333,0.7098039215686275,1], +[0.08627450980392157,0.13333333333333333,0.7098039215686275,1], +[0.08627450980392157,0.13333333333333333,0.7098039215686275,1], +[0.08627450980392157,0.13725490196078433,0.7098039215686275,1], +[0.08627450980392157,0.13725490196078433,0.7098039215686275,1], +[0.08627450980392157,0.13725490196078433,0.7098039215686275,1], +[0.09019607843137255,0.13725490196078433,0.7098039215686275,1], +[0.09019607843137255,0.13725490196078433,0.7098039215686275,1], +[0.09019607843137255,0.13725490196078433,0.7098039215686275,1], +[0.09019607843137255,0.13725490196078433,0.7098039215686275,1], +[0.09019607843137255,0.1411764705882353,0.7098039215686275,1], +[0.09019607843137255,0.1411764705882353,0.7098039215686275,1], +[0.09019607843137255,0.1411764705882353,0.7098039215686275,1], +[0.09019607843137255,0.1411764705882353,0.7098039215686275,1], +[0.09019607843137255,0.1411764705882353,0.7098039215686275,1], +[0.09019607843137255,0.1411764705882353,0.7098039215686275,1], +[0.09411764705882353,0.1411764705882353,0.7137254901960784,1], +[0.09411764705882353,0.1450980392156863,0.7137254901960784,1], +[0.09411764705882353,0.1450980392156863,0.7137254901960784,1], +[0.09411764705882353,0.1450980392156863,0.7137254901960784,1], +[0.09411764705882353,0.1450980392156863,0.7137254901960784,1], +[0.09411764705882353,0.1450980392156863,0.7137254901960784,1], +[0.09411764705882353,0.1450980392156863,0.7137254901960784,1], +[0.09411764705882353,0.1450980392156863,0.7137254901960784,1], +[0.09411764705882353,0.14901960784313725,0.7137254901960784,1], +[0.09411764705882353,0.14901960784313725,0.7137254901960784,1], +[0.09803921568627451,0.14901960784313725,0.7137254901960784,1], +[0.09803921568627451,0.14901960784313725,0.7137254901960784,1], +[0.09803921568627451,0.14901960784313725,0.7137254901960784,1], +[0.09803921568627451,0.14901960784313725,0.7137254901960784,1], +[0.09803921568627451,0.14901960784313725,0.7137254901960784,1], +[0.09803921568627451,0.15294117647058825,0.7137254901960784,1], +[0.09803921568627451,0.15294117647058825,0.7137254901960784,1], +[0.09803921568627451,0.15294117647058825,0.7137254901960784,1], +[0.09803921568627451,0.15294117647058825,0.7137254901960784,1], +[0.09803921568627451,0.15294117647058825,0.7176470588235294,1], +[0.10196078431372549,0.15294117647058825,0.7176470588235294,1], +[0.10196078431372549,0.15294117647058825,0.7176470588235294,1], +[0.10196078431372549,0.1568627450980392,0.7176470588235294,1], +[0.10196078431372549,0.1568627450980392,0.7176470588235294,1], +[0.10196078431372549,0.1568627450980392,0.7176470588235294,1], +[0.10196078431372549,0.1568627450980392,0.7176470588235294,1], +[0.10196078431372549,0.1568627450980392,0.7176470588235294,1], +[0.10196078431372549,0.1568627450980392,0.7176470588235294,1], +[0.10196078431372549,0.1568627450980392,0.7176470588235294,1], +[0.10196078431372549,0.1607843137254902,0.7176470588235294,1], +[0.10588235294117647,0.1607843137254902,0.7176470588235294,1], +[0.10588235294117647,0.1607843137254902,0.7176470588235294,1], +[0.10588235294117647,0.1607843137254902,0.7176470588235294,1], +[0.10588235294117647,0.1607843137254902,0.7176470588235294,1], +[0.10588235294117647,0.1607843137254902,0.7176470588235294,1], +[0.10588235294117647,0.1607843137254902,0.7176470588235294,1], +[0.10588235294117647,0.16470588235294117,0.7176470588235294,1], +[0.10588235294117647,0.16470588235294117,0.7176470588235294,1], +[0.10588235294117647,0.16470588235294117,0.7176470588235294,1], +[0.10588235294117647,0.16470588235294117,0.7215686274509804,1], +[0.10980392156862745,0.16470588235294117,0.7215686274509804,1], +[0.10980392156862745,0.16470588235294117,0.7215686274509804,1], +[0.10980392156862745,0.16470588235294117,0.7215686274509804,1], +[0.10980392156862745,0.16862745098039217,0.7215686274509804,1], +[0.10980392156862745,0.16862745098039217,0.7215686274509804,1], +[0.10980392156862745,0.16862745098039217,0.7215686274509804,1], +[0.10980392156862745,0.16862745098039217,0.7215686274509804,1], +[0.10980392156862745,0.16862745098039217,0.7215686274509804,1], +[0.10980392156862745,0.16862745098039217,0.7215686274509804,1], +[0.10980392156862745,0.16862745098039217,0.7215686274509804,1], +[0.11372549019607843,0.17254901960784313,0.7215686274509804,1], +[0.11372549019607843,0.17254901960784313,0.7215686274509804,1], +[0.11372549019607843,0.17254901960784313,0.7215686274509804,1], +[0.11372549019607843,0.17254901960784313,0.7215686274509804,1], +[0.11372549019607843,0.17254901960784313,0.7215686274509804,1], +[0.11372549019607843,0.17254901960784313,0.7215686274509804,1], +[0.11372549019607843,0.17254901960784313,0.7215686274509804,1], +[0.11372549019607843,0.17647058823529413,0.7215686274509804,1], +[0.11372549019607843,0.17647058823529413,0.7254901960784313,1], +[0.11372549019607843,0.17647058823529413,0.7254901960784313,1], +[0.11764705882352941,0.17647058823529413,0.7254901960784313,1], +[0.11764705882352941,0.17647058823529413,0.7254901960784313,1], +[0.11764705882352941,0.17647058823529413,0.7254901960784313,1], +[0.11764705882352941,0.17647058823529413,0.7254901960784313,1], +[0.11764705882352941,0.1803921568627451,0.7254901960784313,1], +[0.11764705882352941,0.1803921568627451,0.7254901960784313,1], +[0.11764705882352941,0.1803921568627451,0.7254901960784313,1], +[0.11764705882352941,0.1803921568627451,0.7254901960784313,1], +[0.11764705882352941,0.1803921568627451,0.7254901960784313,1], +[0.11764705882352941,0.1803921568627451,0.7254901960784313,1], +[0.12156862745098039,0.1803921568627451,0.7254901960784313,1], +[0.12156862745098039,0.1843137254901961,0.7254901960784313,1], +[0.12156862745098039,0.1843137254901961,0.7254901960784313,1], +[0.12156862745098039,0.1843137254901961,0.7254901960784313,1], +[0.12156862745098039,0.1843137254901961,0.7254901960784313,1], +[0.12156862745098039,0.1843137254901961,0.7254901960784313,1], +[0.12156862745098039,0.1843137254901961,0.7254901960784313,1], +[0.12156862745098039,0.1843137254901961,0.7254901960784313,1], +[0.12156862745098039,0.18823529411764706,0.7294117647058823,1], +[0.12156862745098039,0.18823529411764706,0.7294117647058823,1], +[0.12549019607843137,0.18823529411764706,0.7294117647058823,1], +[0.12549019607843137,0.18823529411764706,0.7294117647058823,1], +[0.12549019607843137,0.18823529411764706,0.7294117647058823,1], +[0.12549019607843137,0.18823529411764706,0.7294117647058823,1], +[0.12549019607843137,0.18823529411764706,0.7294117647058823,1], +[0.12549019607843137,0.19215686274509805,0.7294117647058823,1], +[0.12549019607843137,0.19215686274509805,0.7294117647058823,1], +[0.12549019607843137,0.19215686274509805,0.7294117647058823,1], +[0.12549019607843137,0.19215686274509805,0.7294117647058823,1], +[0.12549019607843137,0.19215686274509805,0.7294117647058823,1], +[0.12941176470588237,0.19215686274509805,0.7294117647058823,1], +[0.12941176470588237,0.19215686274509805,0.7294117647058823,1], +[0.12941176470588237,0.19607843137254902,0.7294117647058823,1], +[0.12941176470588237,0.19607843137254902,0.7294117647058823,1], +[0.12941176470588237,0.19607843137254902,0.7294117647058823,1], +[0.12941176470588237,0.19607843137254902,0.7294117647058823,1], +[0.12941176470588237,0.19607843137254902,0.7294117647058823,1], +[0.12941176470588237,0.19607843137254902,0.7333333333333333,1], +[0.12941176470588237,0.19607843137254902,0.7333333333333333,1], +[0.12941176470588237,0.2,0.7333333333333333,1], +[0.13333333333333333,0.2,0.7333333333333333,1], +[0.13333333333333333,0.2,0.7333333333333333,1], +[0.13333333333333333,0.2,0.7333333333333333,1], +[0.13333333333333333,0.2,0.7333333333333333,1], +[0.13333333333333333,0.2,0.7333333333333333,1], +[0.13333333333333333,0.2,0.7333333333333333,1], +[0.13333333333333333,0.20392156862745098,0.7333333333333333,1], +[0.13333333333333333,0.20392156862745098,0.7333333333333333,1], +[0.13333333333333333,0.20392156862745098,0.7333333333333333,1], +[0.13333333333333333,0.20392156862745098,0.7333333333333333,1], +[0.13725490196078433,0.20392156862745098,0.7333333333333333,1], +[0.13725490196078433,0.20392156862745098,0.7333333333333333,1], +[0.13725490196078433,0.20392156862745098,0.7333333333333333,1], +[0.13725490196078433,0.20784313725490197,0.7333333333333333,1], +[0.13725490196078433,0.20784313725490197,0.7333333333333333,1], +[0.13725490196078433,0.20784313725490197,0.7333333333333333,1], +[0.13725490196078433,0.20784313725490197,0.7333333333333333,1], +[0.13725490196078433,0.20784313725490197,0.7372549019607844,1], +[0.13725490196078433,0.20784313725490197,0.7372549019607844,1], +[0.13725490196078433,0.20784313725490197,0.7372549019607844,1], +[0.1411764705882353,0.21176470588235294,0.7372549019607844,1], +[0.1411764705882353,0.21176470588235294,0.7372549019607844,1], +[0.1411764705882353,0.21176470588235294,0.7372549019607844,1], +[0.1411764705882353,0.21176470588235294,0.7372549019607844,1], +[0.1411764705882353,0.21176470588235294,0.7372549019607844,1], +[0.1411764705882353,0.21176470588235294,0.7372549019607844,1], +[0.1411764705882353,0.21176470588235294,0.7372549019607844,1], +[0.1411764705882353,0.21568627450980393,0.7372549019607844,1], +[0.1411764705882353,0.21568627450980393,0.7372549019607844,1], +[0.1411764705882353,0.21568627450980393,0.7372549019607844,1], +[0.1450980392156863,0.21568627450980393,0.7372549019607844,1], +[0.1450980392156863,0.21568627450980393,0.7372549019607844,1], +[0.1450980392156863,0.21568627450980393,0.7372549019607844,1], +[0.1450980392156863,0.21568627450980393,0.7372549019607844,1], +[0.1450980392156863,0.2196078431372549,0.7372549019607844,1], +[0.1450980392156863,0.2196078431372549,0.7372549019607844,1], +[0.1450980392156863,0.2196078431372549,0.7411764705882353,1], +[0.1450980392156863,0.2196078431372549,0.7411764705882353,1], +[0.1450980392156863,0.2196078431372549,0.7411764705882353,1], +[0.1450980392156863,0.2196078431372549,0.7411764705882353,1], +[0.14901960784313725,0.2196078431372549,0.7411764705882353,1], +[0.14901960784313725,0.2235294117647059,0.7411764705882353,1], +[0.14901960784313725,0.2235294117647059,0.7411764705882353,1], +[0.14901960784313725,0.2235294117647059,0.7411764705882353,1], +[0.14901960784313725,0.2235294117647059,0.7411764705882353,1], +[0.14901960784313725,0.2235294117647059,0.7411764705882353,1], +[0.14901960784313725,0.2235294117647059,0.7411764705882353,1], +[0.14901960784313725,0.2235294117647059,0.7411764705882353,1], +[0.14901960784313725,0.22745098039215686,0.7411764705882353,1], +[0.14901960784313725,0.22745098039215686,0.7411764705882353,1], +[0.15294117647058825,0.22745098039215686,0.7411764705882353,1], +[0.15294117647058825,0.22745098039215686,0.7411764705882353,1], +[0.15294117647058825,0.22745098039215686,0.7411764705882353,1], +[0.15294117647058825,0.22745098039215686,0.7411764705882353,1], +[0.15294117647058825,0.22745098039215686,0.7411764705882353,1], +[0.15294117647058825,0.23137254901960785,0.7450980392156863,1], +[0.15294117647058825,0.23137254901960785,0.7450980392156863,1], +[0.15294117647058825,0.23137254901960785,0.7450980392156863,1], +[0.15294117647058825,0.23137254901960785,0.7450980392156863,1], +[0.15294117647058825,0.23137254901960785,0.7450980392156863,1], +[0.1568627450980392,0.23137254901960785,0.7450980392156863,1], +[0.1568627450980392,0.23137254901960785,0.7450980392156863,1], +[0.1568627450980392,0.23529411764705882,0.7450980392156863,1], +[0.1568627450980392,0.23529411764705882,0.7450980392156863,1], +[0.1568627450980392,0.23529411764705882,0.7450980392156863,1], +[0.1568627450980392,0.23529411764705882,0.7450980392156863,1], +[0.1568627450980392,0.23529411764705882,0.7450980392156863,1], +[0.1568627450980392,0.23921568627450981,0.7490196078431373,1], +[0.1607843137254902,0.23921568627450981,0.7490196078431373,1], +[0.1607843137254902,0.23921568627450981,0.7529411764705882,1], +[0.1607843137254902,0.23921568627450981,0.7529411764705882,1], +[0.1607843137254902,0.24313725490196078,0.7529411764705882,1], +[0.1607843137254902,0.24313725490196078,0.7568627450980392,1], +[0.16470588235294117,0.24313725490196078,0.7568627450980392,1], +[0.16470588235294117,0.24313725490196078,0.7568627450980392,1], +[0.16470588235294117,0.24705882352941178,0.7607843137254902,1], +[0.16470588235294117,0.24705882352941178,0.7607843137254902,1], +[0.16470588235294117,0.24705882352941178,0.7647058823529411,1], +[0.16862745098039217,0.25098039215686274,0.7647058823529411,1], +[0.16862745098039217,0.25098039215686274,0.7647058823529411,1], +[0.16862745098039217,0.25098039215686274,0.7686274509803922,1], +[0.16862745098039217,0.25098039215686274,0.7686274509803922,1], +[0.16862745098039217,0.2549019607843137,0.7686274509803922,1], +[0.17254901960784313,0.2549019607843137,0.7725490196078432,1], +[0.17254901960784313,0.2549019607843137,0.7725490196078432,1], +[0.17254901960784313,0.2549019607843137,0.7725490196078432,1], +[0.17254901960784313,0.25882352941176473,0.7764705882352941,1], +[0.17254901960784313,0.25882352941176473,0.7764705882352941,1], +[0.17647058823529413,0.25882352941176473,0.7803921568627451,1], +[0.17647058823529413,0.25882352941176473,0.7803921568627451,1], +[0.17647058823529413,0.2627450980392157,0.7803921568627451,1], +[0.17647058823529413,0.2627450980392157,0.7843137254901961,1], +[0.17647058823529413,0.2627450980392157,0.7843137254901961,1], +[0.1803921568627451,0.26666666666666666,0.7843137254901961,1], +[0.1803921568627451,0.26666666666666666,0.788235294117647,1], +[0.1803921568627451,0.26666666666666666,0.788235294117647,1], +[0.1803921568627451,0.26666666666666666,0.792156862745098,1], +[0.1803921568627451,0.27058823529411763,0.792156862745098,1], +[0.1843137254901961,0.27058823529411763,0.792156862745098,1], +[0.1843137254901961,0.27058823529411763,0.796078431372549,1], +[0.1843137254901961,0.27058823529411763,0.796078431372549,1], +[0.1843137254901961,0.27450980392156865,0.796078431372549,1], +[0.1843137254901961,0.27450980392156865,0.8,1], +[0.18823529411764706,0.27450980392156865,0.8,1], +[0.18823529411764706,0.2784313725490196,0.8,1], +[0.18823529411764706,0.2784313725490196,0.803921568627451,1], +[0.18823529411764706,0.2784313725490196,0.803921568627451,1], +[0.18823529411764706,0.2784313725490196,0.807843137254902,1], +[0.19215686274509805,0.2823529411764706,0.807843137254902,1], +[0.19215686274509805,0.2823529411764706,0.807843137254902,1], +[0.19215686274509805,0.2823529411764706,0.8117647058823529,1], +[0.19215686274509805,0.2823529411764706,0.8117647058823529,1], +[0.19215686274509805,0.28627450980392155,0.8117647058823529,1], +[0.19607843137254902,0.28627450980392155,0.8156862745098039,1], +[0.19607843137254902,0.28627450980392155,0.8156862745098039,1], +[0.19607843137254902,0.28627450980392155,0.8156862745098039,1], +[0.19607843137254902,0.2901960784313726,0.8196078431372549,1], +[0.19607843137254902,0.2901960784313726,0.8196078431372549,1], +[0.2,0.2901960784313726,0.8235294117647058,1], +[0.2,0.29411764705882354,0.8235294117647058,1], +[0.2,0.29411764705882354,0.8235294117647058,1], +[0.2,0.29411764705882354,0.8274509803921568,1], +[0.2,0.29411764705882354,0.8274509803921568,1], +[0.20392156862745098,0.2980392156862745,0.8274509803921568,1], +[0.20392156862745098,0.2980392156862745,0.8313725490196079,1], +[0.20392156862745098,0.2980392156862745,0.8313725490196079,1], +[0.20392156862745098,0.2980392156862745,0.8352941176470589,1], +[0.20392156862745098,0.30196078431372547,0.8352941176470589,1], +[0.20784313725490197,0.30196078431372547,0.8352941176470589,1], +[0.20784313725490197,0.30196078431372547,0.8392156862745098,1], +[0.20784313725490197,0.30196078431372547,0.8392156862745098,1], +[0.20784313725490197,0.3058823529411765,0.8392156862745098,1], +[0.20784313725490197,0.3058823529411765,0.8431372549019608,1], +[0.21176470588235294,0.3058823529411765,0.8431372549019608,1], +[0.21176470588235294,0.30980392156862746,0.8431372549019608,1], +[0.21176470588235294,0.30980392156862746,0.8470588235294118,1], +[0.21176470588235294,0.30980392156862746,0.8470588235294118,1], +[0.21176470588235294,0.30980392156862746,0.8509803921568627,1], +[0.21568627450980393,0.3137254901960784,0.8509803921568627,1], +[0.21568627450980393,0.3137254901960784,0.8509803921568627,1], +[0.21568627450980393,0.3137254901960784,0.8549019607843137,1], +[0.21568627450980393,0.3137254901960784,0.8549019607843137,1], +[0.21568627450980393,0.3176470588235294,0.8549019607843137,1], +[0.2196078431372549,0.3176470588235294,0.8588235294117647,1], +[0.2196078431372549,0.3176470588235294,0.8588235294117647,1], +[0.2196078431372549,0.3176470588235294,0.8588235294117647,1], +[0.2196078431372549,0.3215686274509804,0.8627450980392157,1], +[0.2196078431372549,0.3215686274509804,0.8627450980392157,1], +[0.2235294117647059,0.3215686274509804,0.8666666666666667,1], +[0.2235294117647059,0.3254901960784314,0.8666666666666667,1], +[0.2235294117647059,0.3254901960784314,0.8666666666666667,1], +[0.2235294117647059,0.3254901960784314,0.8705882352941177,1], +[0.2235294117647059,0.3254901960784314,0.8705882352941177,1], +[0.22745098039215686,0.32941176470588235,0.8705882352941177,1], +[0.22745098039215686,0.32941176470588235,0.8745098039215686,1], +[0.22745098039215686,0.32941176470588235,0.8745098039215686,1], +[0.22745098039215686,0.32941176470588235,0.8784313725490196,1], +[0.22745098039215686,0.3333333333333333,0.8784313725490196,1], +[0.23137254901960785,0.3333333333333333,0.8784313725490196,1], +[0.23137254901960785,0.3333333333333333,0.8823529411764706,1], +[0.23137254901960785,0.3333333333333333,0.8823529411764706,1], +[0.23137254901960785,0.33725490196078434,0.8823529411764706,1], +[0.23137254901960785,0.33725490196078434,0.8862745098039215,1], +[0.23529411764705882,0.33725490196078434,0.8862745098039215,1], +[0.23529411764705882,0.3411764705882353,0.8862745098039215,1], +[0.23529411764705882,0.3411764705882353,0.8901960784313725,1], +[0.23529411764705882,0.3411764705882353,0.8901960784313725,1], +[0.23529411764705882,0.3411764705882353,0.8941176470588236,1], +[0.23921568627450981,0.34509803921568627,0.8941176470588236,1], +[0.23921568627450981,0.34509803921568627,0.8941176470588236,1], +[0.23921568627450981,0.34509803921568627,0.8980392156862745,1], +[0.23921568627450981,0.34509803921568627,0.8980392156862745,1], +[0.23921568627450981,0.34901960784313724,0.8980392156862745,1], +[0.24313725490196078,0.34901960784313724,0.9019607843137255,1], +[0.24313725490196078,0.34901960784313724,0.9019607843137255,1], +[0.24313725490196078,0.34901960784313724,0.9058823529411765,1], +[0.24313725490196078,0.35294117647058826,0.9058823529411765,1], +[0.24313725490196078,0.35294117647058826,0.9058823529411765,1], +[0.24705882352941178,0.35294117647058826,0.9098039215686274,1], +[0.24705882352941178,0.3568627450980392,0.9098039215686274,1], +[0.24705882352941178,0.3568627450980392,0.9098039215686274,1], +[0.24705882352941178,0.3568627450980392,0.9137254901960784,1], +[0.24705882352941178,0.3568627450980392,0.9137254901960784,1], +[0.25098039215686274,0.3607843137254902,0.9137254901960784,1], +[0.25098039215686274,0.3607843137254902,0.9176470588235294,1], +[0.25098039215686274,0.3607843137254902,0.9176470588235294,1], +[0.25098039215686274,0.3607843137254902,0.9215686274509803,1], +[0.25098039215686274,0.36470588235294116,0.9215686274509803,1], +[0.2549019607843137,0.36470588235294116,0.9215686274509803,1], +[0.2549019607843137,0.36470588235294116,0.9254901960784314,1], +[0.2549019607843137,0.36470588235294116,0.9254901960784314,1], +[0.2549019607843137,0.3686274509803922,0.9254901960784314,1], +[0.2549019607843137,0.3686274509803922,0.9294117647058824,1], +[0.25882352941176473,0.3686274509803922,0.9294117647058824,1], +[0.25882352941176473,0.37254901960784315,0.9294117647058824,1], +[0.25882352941176473,0.37254901960784315,0.9333333333333333,1], +[0.25882352941176473,0.37254901960784315,0.9333333333333333,1], +[0.25882352941176473,0.37254901960784315,0.9372549019607843,1], +[0.2627450980392157,0.3764705882352941,0.9372549019607843,1], +[0.2627450980392157,0.3764705882352941,0.9372549019607843,1], +[0.2627450980392157,0.3764705882352941,0.9411764705882353,1], +[0.2627450980392157,0.3764705882352941,0.9411764705882353,1], +[0.2627450980392157,0.3803921568627451,0.9411764705882353,1], +[0.26666666666666666,0.3803921568627451,0.9450980392156862,1], +[0.26666666666666666,0.3803921568627451,0.9450980392156862,1], +[0.26666666666666666,0.3803921568627451,0.9490196078431372,1], +[0.26666666666666666,0.3843137254901961,0.9490196078431372,1], +[0.26666666666666666,0.3843137254901961,0.9490196078431372,1], +[0.27058823529411763,0.3843137254901961,0.9529411764705882,1], +[0.27058823529411763,0.38823529411764707,0.9529411764705882,1], +[0.27058823529411763,0.38823529411764707,0.9529411764705882,1], +[0.27058823529411763,0.38823529411764707,0.9568627450980393,1], +[0.27058823529411763,0.38823529411764707,0.9568627450980393,1], +[0.27450980392156865,0.39215686274509803,0.9568627450980393,1], +[0.27450980392156865,0.39215686274509803,0.9607843137254902,1], +[0.27450980392156865,0.39215686274509803,0.9607843137254902,1], +[0.27450980392156865,0.39215686274509803,0.9607843137254902,1], +[0.2784313725490196,0.396078431372549,0.9607843137254902,1], +[0.2784313725490196,0.396078431372549,0.9607843137254902,1], +[0.2784313725490196,0.396078431372549,0.9607843137254902,1], +[0.2784313725490196,0.396078431372549,0.9607843137254902,1], +[0.2784313725490196,0.396078431372549,0.9607843137254902,1], +[0.2823529411764706,0.4,0.9607843137254902,1], +[0.2823529411764706,0.4,0.9607843137254902,1], +[0.2823529411764706,0.4,0.9607843137254902,1], +[0.2823529411764706,0.4,0.9607843137254902,1], +[0.2823529411764706,0.4,0.9607843137254902,1], +[0.28627450980392155,0.403921568627451,0.9607843137254902,1], +[0.28627450980392155,0.403921568627451,0.9607843137254902,1], +[0.28627450980392155,0.403921568627451,0.9607843137254902,1], +[0.28627450980392155,0.403921568627451,0.9607843137254902,1], +[0.28627450980392155,0.403921568627451,0.9607843137254902,1], +[0.2901960784313726,0.40784313725490196,0.9607843137254902,1], +[0.2901960784313726,0.40784313725490196,0.9607843137254902,1], +[0.2901960784313726,0.40784313725490196,0.9607843137254902,1], +[0.2901960784313726,0.40784313725490196,0.9607843137254902,1], +[0.2901960784313726,0.40784313725490196,0.9607843137254902,1], +[0.29411764705882354,0.4117647058823529,0.9607843137254902,1], +[0.29411764705882354,0.4117647058823529,0.9607843137254902,1], +[0.29411764705882354,0.4117647058823529,0.9607843137254902,1], +[0.29411764705882354,0.4117647058823529,0.9607843137254902,1], +[0.29411764705882354,0.4117647058823529,0.9607843137254902,1], +[0.2980392156862745,0.41568627450980394,0.9607843137254902,1], +[0.2980392156862745,0.41568627450980394,0.9607843137254902,1], +[0.2980392156862745,0.41568627450980394,0.9607843137254902,1], +[0.2980392156862745,0.41568627450980394,0.9607843137254902,1], +[0.2980392156862745,0.41568627450980394,0.9607843137254902,1], +[0.30196078431372547,0.4196078431372549,0.9607843137254902,1], +[0.30196078431372547,0.4196078431372549,0.9607843137254902,1], +[0.30196078431372547,0.4196078431372549,0.9607843137254902,1], +[0.30196078431372547,0.4196078431372549,0.9607843137254902,1], +[0.30196078431372547,0.4196078431372549,0.9607843137254902,1], +[0.3058823529411765,0.4235294117647059,0.9607843137254902,1], +[0.3058823529411765,0.4235294117647059,0.9607843137254902,1], +[0.3058823529411765,0.4235294117647059,0.9607843137254902,1], +[0.3058823529411765,0.4235294117647059,0.9607843137254902,1], +[0.3058823529411765,0.4235294117647059,0.9607843137254902,1], +[0.30980392156862746,0.42745098039215684,0.9607843137254902,1], +[0.30980392156862746,0.42745098039215684,0.9607843137254902,1], +[0.30980392156862746,0.42745098039215684,0.9607843137254902,1], +[0.30980392156862746,0.42745098039215684,0.9607843137254902,1], +[0.30980392156862746,0.42745098039215684,0.9607843137254902,1], +[0.3137254901960784,0.43137254901960786,0.9607843137254902,1], +[0.3137254901960784,0.43137254901960786,0.9607843137254902,1], +[0.3137254901960784,0.43137254901960786,0.9607843137254902,1], +[0.3137254901960784,0.43137254901960786,0.9607843137254902,1], +[0.3137254901960784,0.43137254901960786,0.9607843137254902,1], +[0.3176470588235294,0.43529411764705883,0.9607843137254902,1], +[0.3176470588235294,0.43529411764705883,0.9607843137254902,1], +[0.3176470588235294,0.43529411764705883,0.9607843137254902,1], +[0.3176470588235294,0.43529411764705883,0.9607843137254902,1], +[0.3176470588235294,0.43529411764705883,0.9607843137254902,1], +[0.3215686274509804,0.4392156862745098,0.9607843137254902,1], +[0.3215686274509804,0.4392156862745098,0.9607843137254902,1], +[0.3215686274509804,0.4392156862745098,0.9607843137254902,1], +[0.3215686274509804,0.4392156862745098,0.9607843137254902,1], +[0.3215686274509804,0.4392156862745098,0.9607843137254902,1], +[0.3254901960784314,0.44313725490196076,0.9607843137254902,1], +[0.3254901960784314,0.44313725490196076,0.9607843137254902,1], +[0.3254901960784314,0.44313725490196076,0.9607843137254902,1], +[0.3254901960784314,0.44313725490196076,0.9607843137254902,1], +[0.3254901960784314,0.44313725490196076,0.9607843137254902,1], +[0.32941176470588235,0.4470588235294118,0.9607843137254902,1], +[0.32941176470588235,0.4470588235294118,0.9607843137254902,1], +[0.32941176470588235,0.4470588235294118,0.9607843137254902,1], +[0.32941176470588235,0.4470588235294118,0.9607843137254902,1], +[0.32941176470588235,0.4470588235294118,0.9607843137254902,1], +[0.3333333333333333,0.45098039215686275,0.9607843137254902,1], +[0.3333333333333333,0.45098039215686275,0.9607843137254902,1], +[0.3333333333333333,0.45098039215686275,0.9607843137254902,1], +[0.3333333333333333,0.45098039215686275,0.9607843137254902,1], +[0.3333333333333333,0.45098039215686275,0.9607843137254902,1], +[0.33725490196078434,0.4549019607843137,0.9607843137254902,1], +[0.33725490196078434,0.4549019607843137,0.9607843137254902,1], +[0.33725490196078434,0.4549019607843137,0.9607843137254902,1], +[0.33725490196078434,0.4549019607843137,0.9607843137254902,1], +[0.33725490196078434,0.4549019607843137,0.9607843137254902,1], +[0.3411764705882353,0.4588235294117647,0.9607843137254902,1], +[0.3411764705882353,0.4588235294117647,0.9607843137254902,1], +[0.3411764705882353,0.4588235294117647,0.9607843137254902,1], +[0.3411764705882353,0.4588235294117647,0.9607843137254902,1], +[0.3411764705882353,0.4588235294117647,0.9607843137254902,1], +[0.34509803921568627,0.4627450980392157,0.9607843137254902,1], +[0.34509803921568627,0.4627450980392157,0.9607843137254902,1], +[0.34509803921568627,0.4627450980392157,0.9607843137254902,1], +[0.34509803921568627,0.4627450980392157,0.9607843137254902,1], +[0.34509803921568627,0.4627450980392157,0.9607843137254902,1], +[0.34901960784313724,0.4666666666666667,0.9607843137254902,1], +[0.34901960784313724,0.4666666666666667,0.9607843137254902,1], +[0.34901960784313724,0.4666666666666667,0.9607843137254902,1], +[0.34901960784313724,0.4666666666666667,0.9607843137254902,1], +[0.34901960784313724,0.4666666666666667,0.9607843137254902,1], +[0.35294117647058826,0.47058823529411764,0.9607843137254902,1], +[0.35294117647058826,0.47058823529411764,0.9607843137254902,1], +[0.35294117647058826,0.47058823529411764,0.9607843137254902,1], +[0.35294117647058826,0.47058823529411764,0.9607843137254902,1], +[0.35294117647058826,0.47058823529411764,0.9607843137254902,1], +[0.35294117647058826,0.47058823529411764,0.9607843137254902,1], +[0.3568627450980392,0.4745098039215686,0.9607843137254902,1], +[0.3568627450980392,0.4745098039215686,0.9607843137254902,1], +[0.3568627450980392,0.4745098039215686,0.9607843137254902,1], +[0.3568627450980392,0.4745098039215686,0.9607843137254902,1], +[0.3568627450980392,0.4745098039215686,0.9607843137254902,1], +[0.3568627450980392,0.4745098039215686,0.9607843137254902,1], +[0.3607843137254902,0.47843137254901963,0.9607843137254902,1], +[0.3607843137254902,0.47843137254901963,0.9607843137254902,1], +[0.3607843137254902,0.47843137254901963,0.9607843137254902,1], +[0.3607843137254902,0.47843137254901963,0.9607843137254902,1], +[0.3607843137254902,0.47843137254901963,0.9607843137254902,1], +[0.3607843137254902,0.47843137254901963,0.9607843137254902,1], +[0.3607843137254902,0.4823529411764706,0.9607843137254902,1], +[0.36470588235294116,0.4823529411764706,0.9607843137254902,1], +[0.36470588235294116,0.4823529411764706,0.9607843137254902,1], +[0.36470588235294116,0.4823529411764706,0.9607843137254902,1], +[0.36470588235294116,0.4823529411764706,0.9607843137254902,1], +[0.36470588235294116,0.48627450980392156,0.9607843137254902,1], +[0.36470588235294116,0.48627450980392156,0.9607843137254902,1], +[0.3686274509803922,0.48627450980392156,0.9607843137254902,1], +[0.3686274509803922,0.48627450980392156,0.9607843137254902,1], +[0.3686274509803922,0.48627450980392156,0.9607843137254902,1], +[0.3686274509803922,0.48627450980392156,0.9647058823529412,1], +[0.3686274509803922,0.49019607843137253,0.9647058823529412,1], +[0.3686274509803922,0.49019607843137253,0.9647058823529412,1], +[0.37254901960784315,0.49019607843137253,0.9647058823529412,1], +[0.37254901960784315,0.49019607843137253,0.9647058823529412,1], +[0.37254901960784315,0.49019607843137253,0.9647058823529412,1], +[0.37254901960784315,0.49019607843137253,0.9647058823529412,1], +[0.37254901960784315,0.49411764705882355,0.9647058823529412,1], +[0.37254901960784315,0.49411764705882355,0.9647058823529412,1], +[0.3764705882352941,0.49411764705882355,0.9647058823529412,1], +[0.3764705882352941,0.49411764705882355,0.9647058823529412,1], +[0.3764705882352941,0.49411764705882355,0.9647058823529412,1], +[0.3764705882352941,0.49411764705882355,0.9647058823529412,1], +[0.3764705882352941,0.4980392156862745,0.9647058823529412,1], +[0.3764705882352941,0.4980392156862745,0.9647058823529412,1], +[0.3803921568627451,0.4980392156862745,0.9647058823529412,1], +[0.3803921568627451,0.4980392156862745,0.9647058823529412,1], +[0.3803921568627451,0.4980392156862745,0.9647058823529412,1], +[0.3803921568627451,0.4980392156862745,0.9647058823529412,1], +[0.3803921568627451,0.5019607843137255,0.9647058823529412,1], +[0.3803921568627451,0.5019607843137255,0.9647058823529412,1], +[0.3803921568627451,0.5019607843137255,0.9647058823529412,1], +[0.3843137254901961,0.5019607843137255,0.9647058823529412,1], +[0.3843137254901961,0.5019607843137255,0.9647058823529412,1], +[0.3843137254901961,0.5019607843137255,0.9647058823529412,1], +[0.3843137254901961,0.5058823529411764,0.9647058823529412,1], +[0.3843137254901961,0.5058823529411764,0.9647058823529412,1], +[0.3843137254901961,0.5058823529411764,0.9647058823529412,1], +[0.38823529411764707,0.5058823529411764,0.9647058823529412,1], +[0.38823529411764707,0.5058823529411764,0.9647058823529412,1], +[0.38823529411764707,0.5058823529411764,0.9647058823529412,1], +[0.38823529411764707,0.5098039215686274,0.9647058823529412,1], +[0.38823529411764707,0.5098039215686274,0.9647058823529412,1], +[0.38823529411764707,0.5098039215686274,0.9647058823529412,1], +[0.39215686274509803,0.5098039215686274,0.9647058823529412,1], +[0.39215686274509803,0.5098039215686274,0.9647058823529412,1], +[0.39215686274509803,0.5098039215686274,0.9647058823529412,1], +[0.39215686274509803,0.5137254901960784,0.9647058823529412,1], +[0.39215686274509803,0.5137254901960784,0.9647058823529412,1], +[0.39215686274509803,0.5137254901960784,0.9647058823529412,1], +[0.396078431372549,0.5137254901960784,0.9647058823529412,1], +[0.396078431372549,0.5137254901960784,0.9647058823529412,1], +[0.396078431372549,0.5176470588235295,0.9647058823529412,1], +[0.396078431372549,0.5176470588235295,0.9647058823529412,1], +[0.396078431372549,0.5176470588235295,0.9647058823529412,1], +[0.396078431372549,0.5176470588235295,0.9647058823529412,1], +[0.396078431372549,0.5176470588235295,0.9647058823529412,1], +[0.4,0.5176470588235295,0.9647058823529412,1], +[0.4,0.5215686274509804,0.9647058823529412,1], +[0.4,0.5215686274509804,0.9647058823529412,1], +[0.4,0.5215686274509804,0.9686274509803922,1], +[0.4,0.5215686274509804,0.9686274509803922,1], +[0.4,0.5215686274509804,0.9686274509803922,1], +[0.403921568627451,0.5215686274509804,0.9686274509803922,1], +[0.403921568627451,0.5254901960784314,0.9686274509803922,1], +[0.403921568627451,0.5254901960784314,0.9686274509803922,1], +[0.403921568627451,0.5254901960784314,0.9686274509803922,1], +[0.403921568627451,0.5254901960784314,0.9686274509803922,1], +[0.403921568627451,0.5254901960784314,0.9686274509803922,1], +[0.40784313725490196,0.5254901960784314,0.9686274509803922,1], +[0.40784313725490196,0.5294117647058824,0.9686274509803922,1], +[0.40784313725490196,0.5294117647058824,0.9686274509803922,1], +[0.40784313725490196,0.5294117647058824,0.9686274509803922,1], +[0.40784313725490196,0.5294117647058824,0.9686274509803922,1], +[0.40784313725490196,0.5294117647058824,0.9686274509803922,1], +[0.4117647058823529,0.5294117647058824,0.9686274509803922,1], +[0.4117647058823529,0.5333333333333333,0.9686274509803922,1], +[0.4117647058823529,0.5333333333333333,0.9686274509803922,1], +[0.4117647058823529,0.5333333333333333,0.9686274509803922,1], +[0.4117647058823529,0.5333333333333333,0.9686274509803922,1], +[0.4117647058823529,0.5333333333333333,0.9686274509803922,1], +[0.4117647058823529,0.5333333333333333,0.9686274509803922,1], +[0.41568627450980394,0.5372549019607843,0.9686274509803922,1], +[0.41568627450980394,0.5372549019607843,0.9686274509803922,1], +[0.41568627450980394,0.5372549019607843,0.9686274509803922,1], +[0.41568627450980394,0.5372549019607843,0.9686274509803922,1], +[0.4196078431372549,0.5372549019607843,0.9686274509803922,1], +[0.4196078431372549,0.5411764705882353,0.9686274509803922,1], +[0.4196078431372549,0.5411764705882353,0.9686274509803922,1], +[0.4235294117647059,0.5411764705882353,0.9686274509803922,1], +[0.4235294117647059,0.5450980392156862,0.9647058823529412,1], +[0.42745098039215684,0.5450980392156862,0.9647058823529412,1], +[0.42745098039215684,0.5450980392156862,0.9647058823529412,1], +[0.42745098039215684,0.5450980392156862,0.9647058823529412,1], +[0.43137254901960786,0.5490196078431373,0.9647058823529412,1], +[0.43137254901960786,0.5490196078431373,0.9647058823529412,1], +[0.43137254901960786,0.5490196078431373,0.9647058823529412,1], +[0.43529411764705883,0.5529411764705883,0.9647058823529412,1], +[0.43529411764705883,0.5529411764705883,0.9647058823529412,1], +[0.4392156862745098,0.5529411764705883,0.9647058823529412,1], +[0.4392156862745098,0.5529411764705883,0.9647058823529412,1], +[0.4392156862745098,0.5568627450980392,0.9607843137254902,1], +[0.44313725490196076,0.5568627450980392,0.9607843137254902,1], +[0.44313725490196076,0.5568627450980392,0.9607843137254902,1], +[0.44313725490196076,0.5568627450980392,0.9607843137254902,1], +[0.4470588235294118,0.5607843137254902,0.9607843137254902,1], +[0.4470588235294118,0.5607843137254902,0.9607843137254902,1], +[0.45098039215686275,0.5607843137254902,0.9607843137254902,1], +[0.45098039215686275,0.5647058823529412,0.9607843137254902,1], +[0.45098039215686275,0.5647058823529412,0.9607843137254902,1], +[0.4549019607843137,0.5647058823529412,0.9607843137254902,1], +[0.4549019607843137,0.5647058823529412,0.9607843137254902,1], +[0.4588235294117647,0.5686274509803921,0.9607843137254902,1], +[0.4588235294117647,0.5686274509803921,0.9568627450980393,1], +[0.4588235294117647,0.5686274509803921,0.9568627450980393,1], +[0.4627450980392157,0.5725490196078431,0.9568627450980393,1], +[0.4627450980392157,0.5725490196078431,0.9568627450980393,1], +[0.4627450980392157,0.5725490196078431,0.9568627450980393,1], +[0.4666666666666667,0.5725490196078431,0.9568627450980393,1], +[0.4666666666666667,0.5764705882352941,0.9568627450980393,1], +[0.47058823529411764,0.5764705882352941,0.9568627450980393,1], +[0.47058823529411764,0.5764705882352941,0.9568627450980393,1], +[0.47058823529411764,0.5764705882352941,0.9568627450980393,1], +[0.4745098039215686,0.5803921568627451,0.9568627450980393,1], +[0.4745098039215686,0.5803921568627451,0.9529411764705882,1], +[0.4745098039215686,0.5803921568627451,0.9529411764705882,1], +[0.47843137254901963,0.5843137254901961,0.9529411764705882,1], +[0.47843137254901963,0.5843137254901961,0.9529411764705882,1], +[0.4823529411764706,0.5843137254901961,0.9529411764705882,1], +[0.4823529411764706,0.5843137254901961,0.9529411764705882,1], +[0.4823529411764706,0.5882352941176471,0.9529411764705882,1], +[0.48627450980392156,0.5882352941176471,0.9529411764705882,1], +[0.48627450980392156,0.5882352941176471,0.9529411764705882,1], +[0.49019607843137253,0.5882352941176471,0.9529411764705882,1], +[0.49019607843137253,0.592156862745098,0.9529411764705882,1], +[0.49019607843137253,0.592156862745098,0.9490196078431372,1], +[0.49411764705882355,0.592156862745098,0.9490196078431372,1], +[0.49411764705882355,0.596078431372549,0.9490196078431372,1], +[0.49411764705882355,0.596078431372549,0.9490196078431372,1], +[0.4980392156862745,0.596078431372549,0.9490196078431372,1], +[0.4980392156862745,0.596078431372549,0.9490196078431372,1], +[0.5019607843137255,0.6,0.9490196078431372,1], +[0.5019607843137255,0.6,0.9490196078431372,1], +[0.5019607843137255,0.6,0.9490196078431372,1], +[0.5058823529411764,0.6039215686274509,0.9490196078431372,1], +[0.5058823529411764,0.6039215686274509,0.9490196078431372,1], +[0.5058823529411764,0.6039215686274509,0.9450980392156862,1], +[0.5098039215686274,0.6039215686274509,0.9450980392156862,1], +[0.5098039215686274,0.6078431372549019,0.9450980392156862,1], +[0.5137254901960784,0.6078431372549019,0.9450980392156862,1], +[0.5137254901960784,0.6078431372549019,0.9450980392156862,1], +[0.5137254901960784,0.6078431372549019,0.9450980392156862,1], +[0.5176470588235295,0.611764705882353,0.9450980392156862,1], +[0.5176470588235295,0.611764705882353,0.9450980392156862,1], +[0.5215686274509804,0.611764705882353,0.9450980392156862,1], +[0.5215686274509804,0.615686274509804,0.9450980392156862,1], +[0.5215686274509804,0.615686274509804,0.9450980392156862,1], +[0.5254901960784314,0.615686274509804,0.9411764705882353,1], +[0.5254901960784314,0.615686274509804,0.9411764705882353,1], +[0.5254901960784314,0.6196078431372549,0.9411764705882353,1], +[0.5294117647058824,0.6196078431372549,0.9411764705882353,1], +[0.5294117647058824,0.6196078431372549,0.9411764705882353,1], +[0.5333333333333333,0.6235294117647059,0.9411764705882353,1], +[0.5333333333333333,0.6235294117647059,0.9411764705882353,1], +[0.5333333333333333,0.6235294117647059,0.9411764705882353,1], +[0.5372549019607843,0.6235294117647059,0.9411764705882353,1], +[0.5372549019607843,0.6274509803921569,0.9411764705882353,1], +[0.5372549019607843,0.6274509803921569,0.9411764705882353,1], +[0.5411764705882353,0.6274509803921569,0.9372549019607843,1], +[0.5411764705882353,0.6274509803921569,0.9372549019607843,1], +[0.5450980392156862,0.6313725490196078,0.9372549019607843,1], +[0.5450980392156862,0.6313725490196078,0.9372549019607843,1], +[0.5450980392156862,0.6313725490196078,0.9372549019607843,1], +[0.5490196078431373,0.6352941176470588,0.9372549019607843,1], +[0.5490196078431373,0.6352941176470588,0.9372549019607843,1], +[0.5529411764705883,0.6352941176470588,0.9372549019607843,1], +[0.5529411764705883,0.6352941176470588,0.9372549019607843,1], +[0.5529411764705883,0.6392156862745098,0.9372549019607843,1], +[0.5568627450980392,0.6392156862745098,0.9372549019607843,1], +[0.5568627450980392,0.6392156862745098,0.9333333333333333,1], +[0.5568627450980392,0.6431372549019608,0.9333333333333333,1], +[0.5607843137254902,0.6431372549019608,0.9333333333333333,1], +[0.5607843137254902,0.6431372549019608,0.9333333333333333,1], +[0.5647058823529412,0.6431372549019608,0.9333333333333333,1], +[0.5647058823529412,0.6470588235294118,0.9333333333333333,1], +[0.5647058823529412,0.6470588235294118,0.9333333333333333,1], +[0.5686274509803921,0.6470588235294118,0.9333333333333333,1], +[0.5686274509803921,0.6470588235294118,0.9333333333333333,1], +[0.5686274509803921,0.6509803921568628,0.9333333333333333,1], +[0.5725490196078431,0.6509803921568628,0.9333333333333333,1], +[0.5725490196078431,0.6509803921568628,0.9294117647058824,1], +[0.5764705882352941,0.6549019607843137,0.9294117647058824,1], +[0.5764705882352941,0.6549019607843137,0.9294117647058824,1], +[0.5764705882352941,0.6549019607843137,0.9294117647058824,1], +[0.5803921568627451,0.6549019607843137,0.9294117647058824,1], +[0.5803921568627451,0.6588235294117647,0.9294117647058824,1], +[0.5803921568627451,0.6588235294117647,0.9294117647058824,1], +[0.5843137254901961,0.6588235294117647,0.9294117647058824,1], +[0.5843137254901961,0.6588235294117647,0.9294117647058824,1], +[0.5882352941176471,0.6627450980392157,0.9294117647058824,1], +[0.5882352941176471,0.6627450980392157,0.9294117647058824,1], +[0.5882352941176471,0.6627450980392157,0.9254901960784314,1], +[0.592156862745098,0.6666666666666666,0.9254901960784314,1], +[0.592156862745098,0.6666666666666666,0.9254901960784314,1], +[0.596078431372549,0.6666666666666666,0.9254901960784314,1], +[0.596078431372549,0.6666666666666666,0.9254901960784314,1], +[0.596078431372549,0.6705882352941176,0.9254901960784314,1], +[0.6,0.6705882352941176,0.9254901960784314,1], +[0.6,0.6705882352941176,0.9254901960784314,1], +[0.6,0.6745098039215687,0.9254901960784314,1], +[0.6039215686274509,0.6745098039215687,0.9254901960784314,1], +[0.6039215686274509,0.6745098039215687,0.9254901960784314,1], +[0.6078431372549019,0.6745098039215687,0.9215686274509803,1], +[0.6078431372549019,0.6784313725490196,0.9215686274509803,1], +[0.6078431372549019,0.6784313725490196,0.9215686274509803,1], +[0.611764705882353,0.6784313725490196,0.9215686274509803,1], +[0.611764705882353,0.6784313725490196,0.9215686274509803,1], +[0.611764705882353,0.6823529411764706,0.9215686274509803,1], +[0.615686274509804,0.6823529411764706,0.9215686274509803,1], +[0.615686274509804,0.6823529411764706,0.9215686274509803,1], +[0.6196078431372549,0.6862745098039216,0.9215686274509803,1], +[0.6196078431372549,0.6862745098039216,0.9215686274509803,1], +[0.6196078431372549,0.6862745098039216,0.9215686274509803,1], +[0.6235294117647059,0.6862745098039216,0.9215686274509803,1], +[0.6235294117647059,0.6901960784313725,0.9176470588235294,1], +[0.6274509803921569,0.6901960784313725,0.9176470588235294,1], +[0.6274509803921569,0.6901960784313725,0.9176470588235294,1], +[0.6274509803921569,0.6941176470588235,0.9176470588235294,1], +[0.6313725490196078,0.6941176470588235,0.9176470588235294,1], +[0.6313725490196078,0.6941176470588235,0.9176470588235294,1], +[0.6313725490196078,0.6941176470588235,0.9176470588235294,1], +[0.6352941176470588,0.6980392156862745,0.9176470588235294,1], +[0.6352941176470588,0.6980392156862745,0.9176470588235294,1], +[0.6392156862745098,0.6980392156862745,0.9176470588235294,1], +[0.6392156862745098,0.6980392156862745,0.9176470588235294,1], +[0.6392156862745098,0.7019607843137254,0.9137254901960784,1], +[0.6431372549019608,0.7019607843137254,0.9137254901960784,1], +[0.6431372549019608,0.7019607843137254,0.9137254901960784,1], +[0.6431372549019608,0.7058823529411765,0.9137254901960784,1], +[0.6470588235294118,0.7058823529411765,0.9137254901960784,1], +[0.6470588235294118,0.7058823529411765,0.9137254901960784,1], +[0.6509803921568628,0.7058823529411765,0.9137254901960784,1], +[0.6509803921568628,0.7098039215686275,0.9137254901960784,1], +[0.6509803921568628,0.7098039215686275,0.9137254901960784,1], +[0.6549019607843137,0.7098039215686275,0.9137254901960784,1], +[0.6549019607843137,0.7137254901960784,0.9137254901960784,1], +[0.6588235294117647,0.7137254901960784,0.9098039215686274,1], +[0.6588235294117647,0.7137254901960784,0.9098039215686274,1], +[0.6588235294117647,0.7137254901960784,0.9098039215686274,1], +[0.6627450980392157,0.7176470588235294,0.9098039215686274,1], +[0.6627450980392157,0.7176470588235294,0.9098039215686274,1], +[0.6627450980392157,0.7176470588235294,0.9098039215686274,1], +[0.6666666666666666,0.7176470588235294,0.9098039215686274,1], +[0.6666666666666666,0.7215686274509804,0.9098039215686274,1], +[0.6705882352941176,0.7215686274509804,0.9098039215686274,1], +[0.6705882352941176,0.7215686274509804,0.9098039215686274,1], +[0.6705882352941176,0.7254901960784313,0.9098039215686274,1], +[0.6745098039215687,0.7254901960784313,0.9058823529411765,1], +[0.6745098039215687,0.7254901960784313,0.9058823529411765,1], +[0.6745098039215687,0.7254901960784313,0.9058823529411765,1], +[0.6784313725490196,0.7294117647058823,0.9058823529411765,1], +[0.6784313725490196,0.7294117647058823,0.9058823529411765,1], +[0.6823529411764706,0.7294117647058823,0.9058823529411765,1], +[0.6823529411764706,0.7294117647058823,0.9058823529411765,1], +[0.6823529411764706,0.7333333333333333,0.9058823529411765,1], +[0.6862745098039216,0.7333333333333333,0.9058823529411765,1], +[0.6862745098039216,0.7333333333333333,0.9058823529411765,1], +[0.6862745098039216,0.7372549019607844,0.9058823529411765,1], +[0.6901960784313725,0.7372549019607844,0.9019607843137255,1], +[0.6901960784313725,0.7372549019607844,0.9019607843137255,1], +[0.6941176470588235,0.7372549019607844,0.9019607843137255,1], +[0.6941176470588235,0.7411764705882353,0.9019607843137255,1], +[0.6941176470588235,0.7411764705882353,0.9019607843137255,1], +[0.6980392156862745,0.7411764705882353,0.9019607843137255,1], +[0.6980392156862745,0.7450980392156863,0.9019607843137255,1], +[0.7019607843137254,0.7450980392156863,0.9019607843137255,1], +[0.7019607843137254,0.7450980392156863,0.9019607843137255,1], +[0.7019607843137254,0.7450980392156863,0.9019607843137255,1], +[0.7058823529411765,0.7490196078431373,0.9019607843137255,1], +[0.7058823529411765,0.7490196078431373,0.8980392156862745,1], +[0.7058823529411765,0.7490196078431373,0.8980392156862745,1], +[0.7098039215686275,0.7490196078431373,0.8980392156862745,1], +[0.7098039215686275,0.7529411764705882,0.8980392156862745,1], +[0.7137254901960784,0.7529411764705882,0.8980392156862745,1], +[0.7137254901960784,0.7529411764705882,0.8980392156862745,1], +[0.7137254901960784,0.7568627450980392,0.8980392156862745,1], +[0.7176470588235294,0.7568627450980392,0.8980392156862745,1], +[0.7176470588235294,0.7568627450980392,0.8980392156862745,1], +[0.7176470588235294,0.7568627450980392,0.8980392156862745,1], +[0.7215686274509804,0.7607843137254902,0.8980392156862745,1], +[0.7215686274509804,0.7607843137254902,0.8941176470588236,1], +[0.7254901960784313,0.7607843137254902,0.8941176470588236,1], +[0.7254901960784313,0.7647058823529411,0.8941176470588236,1], +[0.7254901960784313,0.7647058823529411,0.8941176470588236,1], +[0.7294117647058823,0.7647058823529411,0.8941176470588236,1], +[0.7294117647058823,0.7647058823529411,0.8941176470588236,1], +[0.7333333333333333,0.7686274509803922,0.8941176470588236,1], +[0.7333333333333333,0.7686274509803922,0.8941176470588236,1], +[0.7333333333333333,0.7686274509803922,0.8941176470588236,1], +[0.7372549019607844,0.7686274509803922,0.8941176470588236,1], +[0.7372549019607844,0.7725490196078432,0.8941176470588236,1], +[0.7372549019607844,0.7725490196078432,0.8901960784313725,1], +[0.7411764705882353,0.7725490196078432,0.8901960784313725,1], +[0.7411764705882353,0.7764705882352941,0.8901960784313725,1], +[0.7450980392156863,0.7764705882352941,0.8901960784313725,1], +[0.7450980392156863,0.7764705882352941,0.8901960784313725,1], +[0.7450980392156863,0.7764705882352941,0.8901960784313725,1], +[0.7490196078431373,0.7803921568627451,0.8901960784313725,1], +[0.7490196078431373,0.7803921568627451,0.8901960784313725,1], +[0.7490196078431373,0.7803921568627451,0.8901960784313725,1], +[0.7529411764705882,0.7843137254901961,0.8901960784313725,1], +[0.7529411764705882,0.7843137254901961,0.8901960784313725,1], +[0.7568627450980392,0.7843137254901961,0.8862745098039215,1], +[0.7568627450980392,0.7843137254901961,0.8862745098039215,1], +[0.7568627450980392,0.788235294117647,0.8862745098039215,1], +[0.7607843137254902,0.788235294117647,0.8862745098039215,1], +[0.7607843137254902,0.788235294117647,0.8862745098039215,1], +[0.7647058823529411,0.788235294117647,0.8862745098039215,1], +[0.7647058823529411,0.792156862745098,0.8862745098039215,1], +[0.7647058823529411,0.792156862745098,0.8862745098039215,1], +[0.7686274509803922,0.792156862745098,0.8862745098039215,1], +[0.7686274509803922,0.796078431372549,0.8862745098039215,1], +[0.7686274509803922,0.796078431372549,0.8862745098039215,1], +[0.7725490196078432,0.796078431372549,0.8823529411764706,1], +[0.7725490196078432,0.796078431372549,0.8823529411764706,1], +[0.7764705882352941,0.8,0.8823529411764706,1], +[0.7764705882352941,0.8,0.8823529411764706,1], +[0.7764705882352941,0.8,0.8823529411764706,1], +[0.7803921568627451,0.8,0.8823529411764706,1], +[0.7803921568627451,0.803921568627451,0.8823529411764706,1], +[0.7803921568627451,0.803921568627451,0.8823529411764706,1], +[0.7843137254901961,0.803921568627451,0.8823529411764706,1], +[0.7843137254901961,0.807843137254902,0.8823529411764706,1], +[0.788235294117647,0.807843137254902,0.8823529411764706,1], +[0.788235294117647,0.807843137254902,0.8823529411764706,1], +[0.788235294117647,0.807843137254902,0.8784313725490196,1], +[0.792156862745098,0.8117647058823529,0.8784313725490196,1], +[0.792156862745098,0.8117647058823529,0.8784313725490196,1], +[0.796078431372549,0.8117647058823529,0.8784313725490196,1], +[0.796078431372549,0.8156862745098039,0.8784313725490196,1], +[0.796078431372549,0.8156862745098039,0.8784313725490196,1], +[0.8,0.8156862745098039,0.8784313725490196,1], +[0.8,0.8156862745098039,0.8784313725490196,1], +[0.8,0.8196078431372549,0.8784313725490196,1], +[0.803921568627451,0.8196078431372549,0.8784313725490196,1], +[0.803921568627451,0.8196078431372549,0.8784313725490196,1], +[0.807843137254902,0.8196078431372549,0.8745098039215686,1], +[0.807843137254902,0.8235294117647058,0.8745098039215686,1], +[0.807843137254902,0.8235294117647058,0.8745098039215686,1], +[0.8117647058823529,0.8235294117647058,0.8745098039215686,1], +[0.8117647058823529,0.8274509803921568,0.8745098039215686,1], +[0.8117647058823529,0.8274509803921568,0.8745098039215686,1], +[0.8156862745098039,0.8274509803921568,0.8745098039215686,1], +[0.8156862745098039,0.8274509803921568,0.8745098039215686,1], +[0.8196078431372549,0.8313725490196079,0.8745098039215686,1], +[0.8196078431372549,0.8313725490196079,0.8745098039215686,1], +[0.8196078431372549,0.8313725490196079,0.8745098039215686,1], +[0.8235294117647058,0.8352941176470589,0.8705882352941177,1], +[0.8235294117647058,0.8352941176470589,0.8705882352941177,1], +[0.8235294117647058,0.8352941176470589,0.8705882352941177,1], +[0.8274509803921568,0.8352941176470589,0.8705882352941177,1], +[0.8274509803921568,0.8392156862745098,0.8705882352941177,1], +[0.8313725490196079,0.8392156862745098,0.8705882352941177,1], +[0.8313725490196079,0.8392156862745098,0.8705882352941177,1], +[0.8313725490196079,0.8392156862745098,0.8705882352941177,1], +[0.8352941176470589,0.8431372549019608,0.8705882352941177,1], +[0.8352941176470589,0.8431372549019608,0.8705882352941177,1], +[0.8392156862745098,0.8431372549019608,0.8705882352941177,1], +[0.8392156862745098,0.8470588235294118,0.8666666666666667,1], +[0.8392156862745098,0.8470588235294118,0.8666666666666667,1], +[0.8431372549019608,0.8470588235294118,0.8666666666666667,1], +[0.8431372549019608,0.8470588235294118,0.8666666666666667,1], +[0.8431372549019608,0.8509803921568627,0.8666666666666667,1], +[0.8470588235294118,0.8509803921568627,0.8666666666666667,1], +[0.8470588235294118,0.8509803921568627,0.8666666666666667,1], +[0.8509803921568627,0.8549019607843137,0.8666666666666667,1], +[0.8509803921568627,0.8549019607843137,0.8666666666666667,1], +[0.8509803921568627,0.8549019607843137,0.8666666666666667,1], +[0.8549019607843137,0.8549019607843137,0.8666666666666667,1], +[0.8549019607843137,0.8588235294117647,0.8627450980392157,1], +[0.8549019607843137,0.8588235294117647,0.8627450980392157,1], +[0.8588235294117647,0.8588235294117647,0.8627450980392157,1], +[0.8588235294117647,0.8588235294117647,0.8627450980392157,1], +[0.8627450980392157,0.8627450980392157,0.8627450980392157,1], +[0.8627450980392157,0.8627450980392157,0.8627450980392157,1]],"borderColors":[[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1], +[0.26666666666666666,0.26666666666666666,0.26666666666666666,1]], +"opacity":1, +"marker":null,"size":3,"borderSizes":0, +"positions":[0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,15,15,16,16,17,17,18,18,19,19,20,20,21,21,22,22,23,23,24,24,25,25,26,26,27,27,28,28,29,29,30,30,31,31,32,32,33,33,34,34,35,35,36,36,37,37,38,38,39,39,40,40,41,41,42,42,43,43,44,44,45,45,46,46,47,47,48,48,49,49,50,50,51,51,52,52,53,53,54,54,55,55,56,56,57,57,58,58,59,59,60,60,61,61,62,62,63,63,64,64,65,65,66,66,67,67,68,68,69,69,70,70,71,71,72,72,73,73,74,74,75,75,76,76,77,77,78,78,79,79,80,80,81,81,82,82,83,83,84,84,85,85,86,86,87,87,88,88,89,89,90,90,91,91,92,92,93,93,94,94,95,95,96,96,97,97,98,98,99,99,100,100,101,101,102,102,103,103,104,104,105,105,106,106,107,107,108,108,109,109,110,110,111,111,112,112,113,113,114,114,115,115,116,116,117,117,118,118,119,119,120,120,121,121,122,122,123,123,124,124,125,125,126,126,127,127,128,128,129,129,130,130,131,131,132,132,133,133,134,134,135,135,136,136,137,137,138,138,139,139,140,140,141,141,142,142,143,143,144,144,145,145,146,146,147,147,148,148,149,149,150,150,151,151,152,152,153,153,154,154,155,155,156,156,157,157,158,158,159,159,160,160,161,161,162,162,163,163,164,164,165,165,166,166,167,167,168,168,169,169,170,170,171,171,172,172,173,173,174,174,175,175,176,176,177,177,178,178,179,179,180,180,181,181,182,182,183,183,184,184,185,185,186,186,187,187,188,188,189,189,190,190,191,191,192,192,193,193,194,194,195,195,196,196,197,197,198,198,199,199,200,200,201,201,202,202,203,203,204,204,205,205,206,206,207,207,208,208,209,209,210,210,211,211,212,212,213,213,214,214,215,215,216,216,217,217,218,218,219,219,220,220,221,221,222,222,223,223,224,224,225,225,226,226,227,227,228,228,229,229,230,230,231,231,232,232,233,233,234,234,235,235,236,236,237,237,238,238,239,239,240,240,241,241,242,242,243,243,244,244,245,245,246,246,247,247,248,248,249,249,250,250,251,251,252,252,253,253,254,254,255,255,256,256,257,257,258,258,259,259,260,260,261,261,262,262,263,263,264,264,265,265,266,266,267,267,268,268,269,269,270,270,271,271,272,272,273,273,274,274,275,275,276,276,277,277,278,278,279,279,280,280,281,281,282,282,283,283,284,284,285,285,286,286,287,287,288,288,289,289,290,290,291,291,292,292,293,293,294,294,295,295,296,296,297,297,298,298,299,299,300,300,301,301,302,302,303,303,304,304,305,305,306,306,307,307,308,308,309,309,310,310,311,311,312,312,313,313,314,314,315,315,316,316,317,317,318,318,319,319,320,320,321,321,322,322,323,323,324,324,325,325,326,326,327,327,328,328,329,329,330,330,331,331,332,332,333,333,334,334,335,335,336,336,337,337,338,338,339,339,340,340,341,341,342,342,343,343,344,344,345,345,346,346,347,347,348,348,349,349,350,350,351,351,352,352,353,353,354,354,355,355,356,356,357,357,358,358,359,359,360,360,361,361,362,362,363,363,364,364,365,365,366,366,367,367,368,368,369,369,370,370,371,371,372,372,373,373,374,374,375,375,376,376,377,377,378,378,379,379,380,380,381,381,382,382,383,383,384,384,385,385,386,386,387,387,388,388,389,389,390,390,391,391,392,392,393,393,394,394,395,395,396,396,397,397,398,398,399,399,400,400,401,401,402,402,403,403,404,404,405,405,406,406,407,407,408,408,409,409,410,410,411,411,412,412,413,413,414,414,415,415,416,416,417,417,418,418,419,419,420,420,421,421,422,422,423,423,424,424,425,425,426,426,427,427,428,428,429,429,430,430,431,431,432,432,433,433,434,434,435,435,436,436,437,437,438,438,439,439,440,440,441,441,442,442,443,443,444,444,445,445,446,446,447,447,448,448,449,449,450,450,451,451,452,452,453,453,454,454,455,455,456,456,457,457,458,458,459,459,460,460,461,461,462,462,463,463,464,464,465,465,466,466,467,467,468,468,469,469,470,470,471,471,472,472,473,473,474,474,475,475,476,476,477,477,478,478,479,479,480,480,481,481,482,482,483,483,484,484,485,485,486,486,487,487,488,488,489,489,490,490,491,491,492,492,493,493,494,494,495,495,496,496,497,497,498,498,499,499,500,500,501,501,502,502,503,503,504,504,505,505,506,506,507,507,508,508,509,509,510,510,511,511,512,512,513,513,514,514,515,515,516,516,517,517,518,518,519,519,520,520,521,521,522,522,523,523,524,524,525,525,526,526,527,527,528,528,529,529,530,530,531,531,532,532,533,533,534,534,535,535,536,536,537,537,538,538,539,539,540,540,541,541,542,542,543,543,544,544,545,545,546,546,547,547,548,548,549,549,550,550,551,551,552,552,553,553,554,554,555,555,556,556,557,557,558,558,559,559,560,560,561,561,562,562,563,563,564,564,565,565,566,566,567,567,568,568,569,569,570,570,571,571,572,572,573,573,574,574,575,575,576,576,577,577,578,578,579,579,580,580,581,581,582,582,583,583,584,584,585,585,586,586,587,587,588,588,589,589,590,590,591,591,592,592,593,593,594,594,595,595,596,596,597,597,598,598,599,599,600,600,601,601,602,602,603,603,604,604,605,605,606,606,607,607,608,608,609,609,610,610,611,611,612,612,613,613,614,614,615,615,616,616,617,617,618,618,619,619,620,620,621,621,622,622,623,623,624,624,625,625,626,626,627,627,628,628,629,629,630,630,631,631,632,632,633,633,634,634,635,635,636,636,637,637,638,638,639,639,640,640,641,641,642,642,643,643,644,644,645,645,646,646,647,647,648,648,649,649,650,650,651,651,652,652,653,653,654,654,655,655,656,656,657,657,658,658,659,659,660,660,661,661,662,662,663,663,664,664,665,665,666,666,667,667,668,668,669,669,670,670,671,671,672,672,673,673,674,674,675,675,676,676,677,677,678,678,679,679,680,680,681,681,682,682,683,683,684,684,685,685,686,686,687,687,688,688,689,689,690,690,691,691,692,692,693,693,694,694,695,695,696,696,697,697,698,698,699,699,700,700,701,701,702,702,703,703,704,704,705,705,706,706,707,707,708,708,709,709,710,710,711,711,712,712,713,713,714,714,715,715,716,716,717,717,718,718,719,719,720,720,721,721,722,722,723,723,724,724,725,725,726,726,727,727,728,728,729,729,730,730,731,731,732,732,733,733,734,734,735,735,736,736,737,737,738,738,739,739,740,740,741,741,742,742,743,743,744,744,745,745,746,746,747,747,748,748,749,749,750,750,751,751,752,752,753,753,754,754,755,755,756,756,757,757,758,758,759,759,760,760,761,761,762,762,763,763,764,764,765,765,766,766,767,767,768,768,769,769,770,770,771,771,772,772,773,773,774,774,775,775,776,776,777,777,778,778,779,779,780,780,781,781,782,782,783,783,784,784,785,785,786,786,787,787,788,788,789,789,790,790,791,791,792,792,793,793,794,794,795,795,796,796,797,797,798,798,799,799,800,800,801,801,802,802,803,803,804,804,805,805,806,806,807,807,808,808,809,809,810,810,811,811,812,812,813,813,814,814,815,815,816,816,817,817,818,818,819,819,820,820,821,821,822,822,823,823,824,824,825,825,826,826,827,827,828,828,829,829,830,830,831,831,832,832,833,833,834,834,835,835,836,836,837,837,838,838,839,839,840,840,841,841,842,842,843,843,844,844,845,845,846,846,847,847,848,848,849,849,850,850,851,851,852,852,853,853,854,854,855,855,856,856,857,857,858,858,859,859,860,860,861,861,862,862,863,863,864,864,865,865,866,866,867,867,868,868,869,869,870,870,871,871,872,872,873,873,874,874,875,875,876,876,877,877,878,878,879,879,880,880,881,881,882,882,883,883,884,884,885,885,886,886,887,887,888,888,889,889,890,890,891,891,892,892,893,893,894,894,895,895,896,896,897,897,898,898,899,899,900,900,901,901,902,902,903,903,904,904,905,905,906,906,907,907,908,908,909,909,910,910,911,911,912,912,913,913,914,914,915,915,916,916,917,917,918,918,919,919,920,920,921,921,922,922,923,923,924,924,925,925,926,926,927,927,928,928,929,929,930,930,931,931,932,932,933,933,934,934,935,935,936,936,937,937,938,938,939,939,940,940,941,941,942,942,943,943,944,944,945,945,946,946,947,947,948,948,949,949,950,950,951,951,952,952,953,953,954,954,955,955,956,956,957,957,958,958,959,959,960,960,961,961,962,962,963,963,964,964,965,965,966,966,967,967,968,968,969,969,970,970,971,971,972,972,973,973,974,974,975,975,976,976,977,977,978,978,979,979,980,980,981,981,982,982,983,983,984,984,985,985,986,986,987,987,988,988,989,989,990,990,991,991,992,992,993,993,994,994,995,995,996,996,997,997,998,998,999,999]},{"color":{"0":255,"1":127,"2":14,"3":255},"borderColor":{"0":68,"1":68,"2":68,"3":255},"opacity":1,"marker":null,"size":15,"borderSizes":0,"positions":[100,200]} + +] diff --git a/baseline/1e6.png b/test/img/1e6.png similarity index 100% rename from baseline/1e6.png rename to test/img/1e6.png diff --git a/test/img/3232.png b/test/img/3232.png new file mode 100644 index 0000000000000000000000000000000000000000..42d9ed8d2f936b69a48d74ef350121e806c285f0 GIT binary patch literal 5272 zcmW+)c{tSH7yb;!AdP*WGPWclNoLAUAwp@!zGUBGEM?a)WGg1JG?GNJlPt+Lwrp7= zyBQjLj3pu4Z@#}j?!C`*pXWXI-1ENYKIhyxV?&*@EP^Zm0G!p+)xJ+#yZ#$YjI_Db ztn4iSaNFu>Ydi?FSwyBCyARi#qHB;%sVVDLM2F>sAHNdy6_3;Hd5d61Ds9n?%`S-Z{-dt&*vV_t&y z3=pC8P8~;Q>v?>qV#;qP)DDql7|#%)@eUB7?8rSpj92z(GU0Mf2W)G=@CwKti|6b% zPxXW+6p56vxxXxv*BG+vnjjbz;-QXxkqsegFiFYy534rvAONPLmTJ1}N3(j5>grA? z7@py^5Zf650?bXG4`mCV`Ia@}Y%+&W(c<)8p3<6~JR6$BI5#C}m3X2i^kmp7vyVfk zVOzDVcu?=qmV`i7w9gL<^8c9}c*6X58Wtoy2I<6xn<`qMMKs7I1L1kEh#+NGQY@E$bwsquXQx%4)3PLU(dbG>acL9=S7Wyx$_g?vle>#2* zr)8L^dBat`7Xzn3&e-BkFzd1+W8dDE+DpWwf3b@8-+a;10#e`KW(ml(u6|OB&-`VJ zu6tt`JVhkW0q|+_XW1aR)4*E0-d#zZm%V!4Y#dOaHOcmi;L5fli3wS^u#EruXW_K;6&5blGJwqn{(=s7#E41vw^eQDw>IXZ#(-D{BRlM?U^9A@$NYjmRnyBl-v4Z7iCY; zm%CDvx+@6|f7sW_G?W7k<=mK zrPm2<)c)+m6YnqU>DaH))QkY2nz8k|?|*H?v(j$l7u;2q8yvuaYn$C9KlFL2O%*zi zL;$gFrH)Mzjg6RceAc=pnxmB*XxHAsVUB(n=cIa?5v+Y`MkH4(b;n?%@b9j zg^1|eprzC_jOWvqQ}#M|p@6*%+v}Rz@}>~=uAaZAl_ox)w6mLj;PLi6sZl6+A6;48}#Ub(jCgy#C zxYsv!fWE59)B$`k=4eYKtcB*?+j4`UUs4KC7IXBj0);mX#+mh};)D#q^D8nxG0GoM zJX$CRj#}W5u7ojTW6Z;N7V?Qlsw!L+HYo zBeRq=&x+8~Wyf)fdgSt$$FsGGTsZ~AD~cWFReJoNK9}eJ=>UTsv5gT9TG0^^`|-5D zB@N|${3&-Xg`WAnTDd@(4x3RQ-w%aHPe_&V5}nW0UPEX~n3E~YhN}IsZ^}q>tCeOu zAH3i+`dx1^k{-L<>HTcA8)vfJQN>!H4CB?j)GO|`m8aI$#A8ydnw~8(m1b}#mY|18uG+T zp&(bWEVsDFvPz!x`JrEvi?m2PS8|9!_*UbHVp@S$9W5VVXd?`db$ z$(qi`GVlH|>Uv2~z>y@1?e+AY##!&*;$UcyikC=U(RZo7;4M!RNyr%Uwq`a(D&_Ek z3Mu(!9!ohTu=H9I`}@#c#+dSulRTox=N9tCfIFX&5x8CkHz}l{i`}8mz~8r@rGtID z7zNtMx~5IF@s0d2zx?f&u;~l20lv;%Zi8;ldSkhq$aXGqhqo$*CgYWtfW$hvEifd2 zxs_#G_=4kkrqShw4_(VHNkb$4F*xERNtur34=+8huswaGvjZxnr{qx+0&T( zYxn+-jl-nS8@2{|0bOk8dzN4ehHfpzSlmr@CK2Y@?$^~hbXWa@Mk{y@-P2-%vpLFy z4_?vH61?0Qa|Fg<>iZ5iE_YLv15v~Kc71ERoZiz365G`A%yq^2y>NtC@B>pI@yAj| zv0%GW;8r2)&|CLU5Qo4+4~g|RJd_7l#spUgbIoeEO@@DOqh%E|P|+q9*Uol>)VaYj zQ{O&#HU9k_<&mkNs1NO2lUVO#>a37VEwv)q>M(ZBj{%*p8;DMk`%%lTlGclChFL;P zEYe-V=9VfgC5oLDad!iX(;A=%!l72TBK)=mr`yojL#`dSI|QwX7oRUGLdg3;PM}!c zeg$f7QBc%x*p?6E6)tgQ;>}1#~?g{Mb?n zP$tM-_&Blfk%2ORH`N`!L>yWbpof>H89r5-Rn?d&y+3EC*jdyphHQN;1#l(?-}t&$ zqeE!jYGEaEY;c3{7@m=q<66~e?nJgz5TYtW5O^OQFYoEFsrBMN?guwoUTBLccqyqNM0mUN!Zh`G>~g z6JC(6_~>ZGBSxJ&!48O%V^#8?@w~!yu)1hz1>^c@u%`p!Qm-LTN#>6OKEZ1*E?5`? z*yU-_W9mKf=F{FAM{spth4uJ9NY9cPZ{Y9F!4+;DUy3^awbey9m{i>iN0x@& zJP=}A5H3fWS2+2Y$`t$CL&SAiCEt%#goPtwqaT>Qkr}U~gc3R0kjUdwknZyfxl4nM zFUSRj2vmjB3K%PPduM2RiVn|jpj)1E*pbIwpJg^raY8-rD2y!am1Tg*XC$P}a$>9U z@ZU~JJ4%N~n2N}T`xnP+8g7yY&0Iak z9j|Yn2LN%&o6TQ;-Qu=9zH(!=%?{4jZtza!RYqDx=k`dQ?BVnQov6oSMM1#()MOXekDaCU?Rk!t zZC*T<==J^0t3(cszG^Q)tZQk(rP7bAF>gQTBuHvJrDW^$)p2v91Mwc$A*5 z#Nf?-Z68@7f-T4RaC%Q+3~{ah6ftLSBJycj}#N@&D`J z)v1Ahbctx!!aYksH&$V!ksAEew*V7bnv116ZI}Nf-IEoT z3xz%jkQ(|#_E0B+KB&vhWTLLK2up#to2>D&g$D^Gw_QtPdjto>)#Vs4CM9x~I6 z;bJ{5ME!N^7k z-1=}Fp{&wiCF9%F^)8*(7gL2aIwjw0?d zcTMnJ-W`K&R~E&dFd(Y7Sxwh7p!m=ApDA7aJ1VJ`rfd0XVKEeP&!`~u=L2jNwdsMb z!S{X>rD8J;!z3ygCipM9KHq>|_wYV;xpZL>^y2FVMnmCy`*-@LdPIE}?A@#$b1o-yWG*J3HgMqOwA&O}4l#9aAj3D;%d z>#}At?UF@HuvL>f@F57|&6xNn@GNtexiz0OZF5KL@mta0?U=a&r06;?bV>;ZXH6s$ za{GVfOYYG_p^ZYRB0?t%W5!lc!OFA__M4cbz+m~a=R*a0&!s7I6zu66bWfU*}Au5=iQ5yOs z?$JW<^eehV{_!YM?Z{<#V&a)pLfhU$$t26X7#%V@-nRUkBjqcD_A{{-TfdPpp141o zxZd-$F89~m!fOtIqwmb$;VjudqoJMV&YzBfcD zq3_s+HT*uuJNPBaGv?Oi8>=c__l`JvFNJ-FHa8A};Wd7IU6yrCZUyCj3ByUb#(tY? z`ZLd!7qM3m^PEQ{%Z_BN9tiBK57W}QI4OADk_@dEs^%+M#GDt3j(p>1vg)=kPaoC7 z!RJlW!egwK(KmHlZm>O_ZoeGw;J&s;+t|}eLhk0r`g?xF)UPJ+)&CnV=|RRsvlDY} z8okp3v1s$)-~8QKh*W;J$Zjo(hhg%ncsRl@4l!^+fUg;Hu-McX}jfW1pV@@x|62vDxdPC|6eCv?+$56eH|BIBoIwvUX7jXomS>{BQag|kokgN?W}(KU zV+F-nZJ?#bx6#W2r3}Ro<)@_v#Wg1L2L5LIRebbao2e>dpyfO(>z5T-wEaIB5!J*j zy!7-HM3FuS($HE?ca}LhzP;3R{A!B0}RwLT0LJSTRHq zV`6f~4gHDI`?bCxhye(E#A22_j1ClXho-?6bfNqVEZ1P%Jy@F1JF05vFhoIPxN*cO a{WY1+XAN6De`r6BfZi=b?J`Zf$o~N!!RFKe literal 0 HcmV?d00001 diff --git a/baseline/mixed-markers-colors.png b/test/img/mixed-markers-colors.png similarity index 100% rename from baseline/mixed-markers-colors.png rename to test/img/mixed-markers-colors.png diff --git a/test.js b/test/index.js similarity index 72% rename from test.js rename to test/index.js index b53c6d3..1b19bc6 100644 --- a/test.js +++ b/test/index.js @@ -1,6 +1,6 @@ 'use strict' -const createScatter = require('./') +const createScatter = require('../index') const t = require('tape') const load = require('image-pixels') const eq = require('image-equal') @@ -49,7 +49,7 @@ t('colors/shapes', async t => { }) scatter.draw() - t.ok(eq(await load('./baseline/mixed-markers-colors.png'), scatter.gl, .05)) + t.ok(eq(await load('./test/img/mixed-markers-colors.png'), scatter.gl, .05)) regl.clear({color: [0,0,0,0]}) @@ -74,7 +74,26 @@ t('1e6 points', async t => { }) scatter.draw() - t.ok(eq(scatter.gl, await load('./baseline/1e6.png'), .1)) + t.ok(eq(scatter.gl, await load('./test/img/1e6.png'), .1)) + regl.clear({color: [0,0,0,0]}) + + t.end() +}) + +t('Color palette interference (#3232)', async t => { + var passes = require('./3232.json') + passes[1].color.length = 4 + passes[1].color = new Uint8Array(Array.from(passes[1].color)) + passes[1].borderColor.length = 4 + passes[1].borderColor = new Uint8Array(Array.from(passes[1].borderColor)) + + var scatter = createScatter(regl) + + passes[1].range = [0,0,300,300] + + scatter.update(passes) + scatter.render() + t.ok(eq(scatter.gl, await load('./test/img/3232.png'), {threshold: .1})) t.end() })