Don't need that

This commit is contained in:
XANTRONIX Development 2024-01-06 12:06:12 -05:00
parent 29fa7dd45d
commit a86461ac6b

View file

@ -23,8 +23,6 @@ def render_to_surface(path: str, surface: cairo.Surface, width: float, height: f
svg.render_layer(cr, None, rect)
surface
def render_to_image(path: str, width: float, height: float, style: Optional[str]=None) -> cairo.Surface:
surface = cairo.ImageSurface(cairo.FORMAT_ARGB32, int(width), int(height))