We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a127d8 commit 45bd634Copy full SHA for 45bd634
src/_mplcairo.cpp
@@ -470,6 +470,7 @@ void GraphicsContextRenderer::_set_metadata(std::optional<py::dict> metadata)
470
if (!detail::cairo_pdf_surface_set_metadata) {
471
py::module::import("warnings").attr("warn")(
472
"cairo_pdf_surface_set_metadata requires cairo>=1.15.4");
473
+ break;
474
}
475
auto const& key = it.first.cast<std::string>();
476
if (key == "Title") {
0 commit comments