ios - How to encode UIBezierPath to SVG? -
i have simple view finger painting / drawing. store drawings uibezierpath
s in nsmutablearray
. want transfer drawings web-service presenting them in browser. hence need encode uibezierpath
s in svg-file - because format of web-service.
what found right svgkit, decodes svg. know sample code, snippets or framework encoding svg?
thank you.
i tested yet. using next steps: not possible?
1.uibezierpath cgpathref. uibezierpath cgpathref
2.using mrogeometry cgpathref svg.
ios svg core-graphics uibezierpath
No comments:
Post a Comment