Compress color maps (#94297)

This commit is contained in:
Joe Reuter 2021-03-23 18:08:43 +01:00 committed by GitHub
parent 134959d224
commit adeda3991d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 3003 deletions

File diff suppressed because it is too large Load diff

View file

@ -134,8 +134,8 @@ describe('Vislib Gauge Chart Test Suite', function () {
});
expect(fills).toEqual([
'rgb(165,0,38)',
'rgb(255,255,190)',
'rgb(255,255,190)',
'rgb(254,254,189)',
'rgb(254,254,189)',
'rgb(0,104,55)',
'rgb(0,104,55)',
]);
@ -154,8 +154,8 @@ describe('Vislib Gauge Chart Test Suite', function () {
});
expect(fills).toEqual([
'rgb(8,48,107)',
'rgb(107,174,214)',
'rgb(107,174,214)',
'rgb(109,174,213)',
'rgb(109,174,213)',
'rgb(247,251,255)',
'rgb(247,251,255)',
]);