Use svg.render_document() instead

This commit is contained in:
XANTRONIX 2025-03-27 16:46:45 -04:00
parent 8d7a0cbfba
commit 2918a34621

View file

@ -44,7 +44,7 @@ class EquirectMap():
rect.width = width
rect.height = height
svg.render_layer(cr, None, rect)
svg.render_document(cr, rect)
def draw_base_map_from_file(self,
cr: cairo.Context,