diff --git a/package-lock.json b/package-lock.json index ae55a414e9c..d06e302c440 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10579,9 +10579,9 @@ } }, "svg-arc-to-cubic-bezier": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/svg-arc-to-cubic-bezier/-/svg-arc-to-cubic-bezier-3.1.0.tgz", - "integrity": "sha1-aYae6gcKilagah8NyQbi7BS6vOw=" + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/svg-arc-to-cubic-bezier/-/svg-arc-to-cubic-bezier-3.1.2.tgz", + "integrity": "sha512-scEWWUoCDhBtgamRnW8C4b0Va73GdpxwWs01SH/wNsl+al7FHEHsval/ZnutHfzvrNTcn/A3YIsQ1oNULSFS7g==" }, "svg-path-bounds": { "version": "1.0.1", @@ -10605,9 +10605,9 @@ } }, "svg-path-sdf": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/svg-path-sdf/-/svg-path-sdf-1.1.1.tgz", - "integrity": "sha1-oqlHJb/mw8Gsn6UmYCc/P18JMuU=", + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/svg-path-sdf/-/svg-path-sdf-1.1.2.tgz", + "integrity": "sha512-dOH+KAAQMPh3phURH1gg4PjulxyuEzGESMjHiy4l4vGCrXpzGemH19e4VUTAXs6ipEUoHsVNdaG0i0CMMdFNVQ==", "requires": { "bitmap-sdf": "^1.0.0", "draw-svg-path": "^1.0.0", diff --git a/package.json b/package.json index 19f1ba570f0..4158f64146b 100644 --- a/package.json +++ b/package.json @@ -110,7 +110,7 @@ "sane-topojson": "^2.0.0", "strongly-connected-components": "^1.0.1", "superscript-text": "^1.0.0", - "svg-path-sdf": "^1.1.1", + "svg-path-sdf": "^1.1.2", "tinycolor2": "^1.3.0", "topojson-client": "^2.1.0", "webgl-context": "^2.2.0", diff --git a/test/image/baselines/gl2d_marker_line_width.png b/test/image/baselines/gl2d_marker_line_width.png index 3ceaa69dce0..13dc3b2731f 100644 Binary files a/test/image/baselines/gl2d_marker_line_width.png and b/test/image/baselines/gl2d_marker_line_width.png differ diff --git a/test/image/baselines/gl2d_marker_symbols.png b/test/image/baselines/gl2d_marker_symbols.png index 954265506ed..dae2340b831 100644 Binary files a/test/image/baselines/gl2d_marker_symbols.png and b/test/image/baselines/gl2d_marker_symbols.png differ