I need to be able to edit the text and images of an SVG file that has been rendered in Adobe Illustrator.How can I iterate through the elements of an SVG file, check for type = text, change the value, and save the file to disk? Is there any library available that could help me?So far I've tried this basic library but it doesn't do well with complex SVG structures.