diff options
-rw-r--r-- | content/test/gpu/page_sets/data/maps_001_expectations.json | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/content/test/gpu/page_sets/data/maps_001_expectations.json b/content/test/gpu/page_sets/data/maps_001_expectations.json index f25b473..e9ba4eb 100644 --- a/content/test/gpu/page_sets/data/maps_001_expectations.json +++ b/content/test/gpu/page_sets/data/maps_001_expectations.json @@ -1,26 +1,26 @@ [ { "comment": "green forest", - "location": [ 550, 475 ], - "color": [ 203, 222, 170 ], + "location": [ 140, 140 ], + "color": [ 203, 223, 170 ], "tolerance": 3 }, { "comment": "blue lake", - "location": [ 250, 550 ], - "color": [ 187, 222, 255 ], + "location": [ 540, 45 ], + "color": [ 188, 223, 255 ], "tolerance": 3 }, { "comment": "dark background", - "location": [ 600, 500 ], - "color": [ 233, 229, 220 ], + "location": [ 210, 150 ], + "color": [ 222, 219, 211 ], "tolerance": 3 }, { "comment": "light background", - "location": [ 1000, 450 ], - "color": [ 242, 237, 231 ], + "location": [ 195, 160 ], + "color": [ 233, 230, 219 ], "tolerance": 3 } ]
\ No newline at end of file |