Use xpath to find all <text> tags in document my_text_objects = self.svg.xpath('//svg:text') for text_object in my_text_objects: # Convert label to ...
確定! 回上一頁