Commit 651ddcc
committed
Don't forget to propagate kwargs from print_svgz to print_svg.
Otherwise metadata gets silently dropped, as well as correct support for
rasterized elements in tight_bbox outputs. Try e.g.
`plot([0, 1], rasterized=True); savefig("test.svgz")` and note that the
line is drawn incorrectly.
Don't bother with `*args`, which are ignored anyways.1 parent 8c764dc commit 651ddcc
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1322 | 1322 | | |
1323 | 1323 | | |
1324 | 1324 | | |
1325 | | - | |
| 1325 | + | |
1326 | 1326 | | |
1327 | 1327 | | |
1328 | 1328 | | |
| |||
0 commit comments