Skip to content

Commit 34aa28e

Browse files
leejjoontacaswell
andauthored
Update lib/matplotlib/tests/test_backend_svg.py
Co-authored-by: Thomas A Caswell <[email protected]>
1 parent 7bf0c52 commit 34aa28e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_backend_svg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def test_rasterized_ordering(fig_test, fig_ref):
122122
ax_test.plot(x+1, y, "-", c="b", lw=10, rasterized=False, zorder=1.2)
123123

124124

125-
@check_figures_equal(tol=5)
125+
@check_figures_equal(tol=5, extensions=['svg', 'pdf'])
126126
def test_prevent_rasterization(fig_test, fig_ref):
127127
loc = [0.05, 0.05]
128128

0 commit comments

Comments
 (0)