Hi, I am experiencing segmentation fault while trying to rasterize this picture (attached file). Do you have any suggestions what could be the problem?
canvas_width, canvas_height, shapes, shape_groups = pydiffvg.svg_to_scene('broken.svg')
raster_img = self.render(canvas_width, canvas_height, shapes, shape_groups)
Thanks for great work!
