I am using PocketSVG, SwiftSVG and SVGKit libraries to parse SVG elements and convert into CALayer. But I don't know how to parse Text element and its attributes from SVG in swift.
I want to get My Text string from below SVG text element. How can I parse it?
<text x="20" y="35" class="small">My Text</text>