I'm wondering if it is possible to initialize it from a XML-formatted string in memory, as it is done with B4A's SVG.initialize3(svgString as String)
Current iSVG lib allows initialization from a file, but not more.
I think SVGKit allows it, but I'm not expert with OBJC and also don't know if it would be possible
The reason is that I must edit its content quite often, and I'd like to avoid the process of:
Any hint/idea if it is possible using nativeObject/ObjC ?
Thanks in advance
Current iSVG lib allows initialization from a file, but not more.
I think SVGKit allows it, but I'm not expert with OBJC and also don't know if it would be possible
The reason is that I must edit its content quite often, and I'd like to avoid the process of:
- read file contents as string
- edit contents
- save file
- initialize SVG with that file
Any hint/idea if it is possible using nativeObject/ObjC ?
Thanks in advance