From d0529e7b1903b505972b50e2315e0da322771d2f Mon Sep 17 00:00:00 2001 From: Mikhail Pozdnyakov Date: Wed, 21 Aug 2019 16:28:36 +0300 Subject: [render test] mapbox-gl-native baseline for text-pitch-alignment tests --- platform/node/test/ignores.json | 3 --- .../auto-text-rotation-alignment-map/expected.png | Bin 0 -> 26157 bytes .../map-text-rotation-alignment-map/expected.png | Bin 0 -> 26157 bytes .../viewport-text-rotation-alignment-map/expected.png | Bin 0 -> 26866 bytes 4 files changed, 3 deletions(-) create mode 100644 render-test/expected/text-pitch-alignment/auto-text-rotation-alignment-map/expected.png create mode 100644 render-test/expected/text-pitch-alignment/map-text-rotation-alignment-map/expected.png create mode 100644 render-test/expected/text-pitch-alignment/viewport-text-rotation-alignment-map/expected.png diff --git a/platform/node/test/ignores.json b/platform/node/test/ignores.json index 0595d61297..45dcf86259 100644 --- a/platform/node/test/ignores.json +++ b/platform/node/test/ignores.json @@ -74,9 +74,6 @@ "render-tests/regressions/mapbox-gl-native#7357": "https://github.com/mapbox/mapbox-gl-native/issues/7357", "render-tests/symbol-cross-fade/chinese": "https://github.com/mapbox/mapbox-gl-native/issues/10619", "render-tests/symbol-visibility/visible": "https://github.com/mapbox/mapbox-gl-native/issues/10409", - "render-tests/text-pitch-alignment/auto-text-rotation-alignment-map": "https://github.com/mapbox/mapbox-gl-native/issues/9732", - "render-tests/text-pitch-alignment/map-text-rotation-alignment-map": "https://github.com/mapbox/mapbox-gl-native/issues/9732", - "render-tests/text-pitch-alignment/viewport-text-rotation-alignment-map": "https://github.com/mapbox/mapbox-gl-native/issues/9732", "render-tests/video/default": "skip - https://github.com/mapbox/mapbox-gl-native/issues/601", "render-tests/background-color/colorSpace-hcl": "needs issue", "render-tests/feature-state/composite-expression": "https://github.com/mapbox/mapbox-gl-native/issues/12613", diff --git a/render-test/expected/text-pitch-alignment/auto-text-rotation-alignment-map/expected.png b/render-test/expected/text-pitch-alignment/auto-text-rotation-alignment-map/expected.png new file mode 100644 index 0000000000..cd690ca152 Binary files /dev/null and b/render-test/expected/text-pitch-alignment/auto-text-rotation-alignment-map/expected.png differ diff --git a/render-test/expected/text-pitch-alignment/map-text-rotation-alignment-map/expected.png b/render-test/expected/text-pitch-alignment/map-text-rotation-alignment-map/expected.png new file mode 100644 index 0000000000..cd690ca152 Binary files /dev/null and b/render-test/expected/text-pitch-alignment/map-text-rotation-alignment-map/expected.png differ diff --git a/render-test/expected/text-pitch-alignment/viewport-text-rotation-alignment-map/expected.png b/render-test/expected/text-pitch-alignment/viewport-text-rotation-alignment-map/expected.png new file mode 100644 index 0000000000..764d4a0b24 Binary files /dev/null and b/render-test/expected/text-pitch-alignment/viewport-text-rotation-alignment-map/expected.png differ -- cgit v1.2.1