diff --git a/test/image/baselines/mathjax3___legend_mathjax_title_and_items.png b/test/image/baselines/mathjax3___legend_mathjax_title_and_items.png index 5ac7ca0992c..a74028ff2b8 100644 Binary files a/test/image/baselines/mathjax3___legend_mathjax_title_and_items.png and b/test/image/baselines/mathjax3___legend_mathjax_title_and_items.png differ diff --git a/test/image/baselines/mathjax3___mathjax.png b/test/image/baselines/mathjax3___mathjax.png index 9374e9fa6af..1fd8e8b4108 100644 Binary files a/test/image/baselines/mathjax3___mathjax.png and b/test/image/baselines/mathjax3___mathjax.png differ diff --git a/test/image/make_baseline.py b/test/image/make_baseline.py index 3d12090832b..a68f38e473d 100644 --- a/test/image/make_baseline.py +++ b/test/image/make_baseline.py @@ -29,7 +29,7 @@ # until https://github.com/plotly/Kaleido/issues/124 is addressed # we are uanble to use local mathjax v3 installed in node_modules # for now let's download it from the internet: - pio.kaleido.scope.mathjax = 'https://cdn.jsdelivr.net/npm/mathjax@3.2.0/es5/tex-svg.js' + pio.kaleido.scope.mathjax = 'https://cdn.jsdelivr.net/npm/mathjax@3.2.2/es5/tex-svg.js' mathjax_version = 3 print('Kaleido using MathJax v3')