From 9a0bc1b58b775209417582867c713b2015353a78 Mon Sep 17 00:00:00 2001 From: Alexander Shalamov Date: Mon, 2 Mar 2020 15:36:13 +0200 Subject: [core] Add snapshotter unit tests --- test/fixtures/map/map_snapshotter_overlay/expected.png | Bin 0 -> 5379 bytes test/fixtures/map/online/style.json | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 test/fixtures/map/map_snapshotter_overlay/expected.png (limited to 'test/fixtures') diff --git a/test/fixtures/map/map_snapshotter_overlay/expected.png b/test/fixtures/map/map_snapshotter_overlay/expected.png new file mode 100644 index 0000000000..cf45c80237 Binary files /dev/null and b/test/fixtures/map/map_snapshotter_overlay/expected.png differ diff --git a/test/fixtures/map/online/style.json b/test/fixtures/map/online/style.json index 9543c477aa..921023526c 100644 --- a/test/fixtures/map/online/style.json +++ b/test/fixtures/map/online/style.json @@ -12,7 +12,7 @@ "id": "background", "type": "background", "paint": { - "background-color": "red" + "background-color": "green" } }, { "id": "water", @@ -20,7 +20,7 @@ "source": "mapbox", "source-layer": "water", "paint": { - "fill-pattern": "noise", + "fill-pattern": "a", "fill-antialias": false } }] -- cgit v1.2.1