summaryrefslogtreecommitdiff
path: root/test/fixtures
diff options
context:
space:
mode:
authorMolly Lloyd <molly@mapbox.com>2016-04-20 15:21:44 -0700
committerMolly Lloyd <molly@mapbox.com>2016-04-28 17:13:20 -0700
commitc86f558e9d608ac19ca5b26ea8f72e2dc43c07c0 (patch)
treec398f14a1cdc646119fac4ac8c0d557ca970e29d /test/fixtures
parentda78422c5c37b2150eefeb399658903e45bf05d9 (diff)
downloadqtlocation-mapboxgl-c86f558e9d608ac19ca5b26ea8f72e2dc43c07c0.tar.gz
[core] port outlinepattern for fill-pattern anti-aliasing from gl-js to native
add outlinepattern shader class to relevant files add outlinepattern code to painter_fill.cpp add outlinepattern code to fill_bucket refactor painter_fill, fix tests fix merge conflicts and setDepthSublayer update render test to no antialiasing so travis will be happy
Diffstat (limited to 'test/fixtures')
-rw-r--r--test/fixtures/map/offline/expected.pngbin47842 -> 62976 bytes
-rw-r--r--test/fixtures/map/offline/style.json3
2 files changed, 2 insertions, 1 deletions
diff --git a/test/fixtures/map/offline/expected.png b/test/fixtures/map/offline/expected.png
index 1b1c2be4c6..c7bfb79fbf 100644
--- a/test/fixtures/map/offline/expected.png
+++ b/test/fixtures/map/offline/expected.png
Binary files differ
diff --git a/test/fixtures/map/offline/style.json b/test/fixtures/map/offline/style.json
index 978df3aae3..e92dc2fb0a 100644
--- a/test/fixtures/map/offline/style.json
+++ b/test/fixtures/map/offline/style.json
@@ -21,7 +21,8 @@
"source": "mapbox",
"source-layer": "water",
"paint": {
- "fill-pattern": "noise"
+ "fill-pattern": "noise",
+ "fill-antialias": false
}
}, {
"id": "admin",