---
ocitysmap2/layoutlib/multi_page_renderer.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ocitysmap2/layoutlib/multi_page_renderer.py
b/ocitysmap2/layoutlib/multi_page_renderer.py
index f14c262..c265191 100644
--- a/ocitysmap2/layoutlib/multi_page_renderer.py
+++ b/ocitysmap2/layoutlib/multi_page_renderer.py
@@ -538,7 +538,7 @@ class MultiPageRenderer(Renderer):
self._usable_area_width_pt,
self._usable_area_height_pt,
self.grayed_margin_pt,
- transparent_background = True)
+ transparent_background=False)
cairo_surface.show_page()
ctx.restore()
--
1.7.9.1