diff --git a/test/integration/render-tests/text-letter-spacing/zoom-and-property-function/expected.png b/test/integration/render-tests/text-letter-spacing/zoom-and-property-function/expected.png index 0e0b3869d09..fe7caf73f3e 100644 Binary files a/test/integration/render-tests/text-letter-spacing/zoom-and-property-function/expected.png and b/test/integration/render-tests/text-letter-spacing/zoom-and-property-function/expected.png differ diff --git a/test/integration/render-tests/text-letter-spacing/zoom-and-property-function/style.json b/test/integration/render-tests/text-letter-spacing/zoom-and-property-function/style.json index 97df2b0ef7f..0d082e42af5 100644 --- a/test/integration/render-tests/text-letter-spacing/zoom-and-property-function/style.json +++ b/test/integration/render-tests/text-letter-spacing/zoom-and-property-function/style.json @@ -6,7 +6,7 @@ "width": 256 } }, - "center": [ 0, 0 ], + "center": [ 35, 0 ], "zoom": 1.5, "sources": { "point": { @@ -19,7 +19,7 @@ "properties": { "spacing": "varying" }, "geometry": { "type": "Point", - "coordinates": [ 0, 15 ] + "coordinates": [ 35, 15 ] } }, { @@ -27,7 +27,7 @@ "properties": { "spacing": "fixed" }, "geometry": { "type": "Point", - "coordinates": [ 0, -15 ] + "coordinates": [ 35, -15 ] } } ] diff --git a/test/integration/render-tests/text-max-width/zoom-and-property-function/expected.png b/test/integration/render-tests/text-max-width/zoom-and-property-function/expected.png index 4a664e568ea..f1a1cc6c9c8 100644 Binary files a/test/integration/render-tests/text-max-width/zoom-and-property-function/expected.png and b/test/integration/render-tests/text-max-width/zoom-and-property-function/expected.png differ diff --git a/test/integration/render-tests/text-max-width/zoom-and-property-function/style.json b/test/integration/render-tests/text-max-width/zoom-and-property-function/style.json index 647aee5d3f3..c6409a5bef9 100644 --- a/test/integration/render-tests/text-max-width/zoom-and-property-function/style.json +++ b/test/integration/render-tests/text-max-width/zoom-and-property-function/style.json @@ -6,7 +6,7 @@ "width": 512 } }, - "center": [ 0, 0 ], + "center": [ 0, -15 ], "zoom": 1.5, "sources": { "point": { @@ -22,7 +22,7 @@ }, "geometry": { "type": "Point", - "coordinates": [ -25, 0 ] + "coordinates": [ -25, -15 ] } }, { @@ -33,7 +33,7 @@ }, "geometry": { "type": "Point", - "coordinates": [ 25, 0 ] + "coordinates": [ 25, -15 ] } } ]