mchoe / SwiftSVG

A simple, performant, and lightweight SVG parser
Other
1.92k stars 230 forks source link

Is there a way to parse layer path back to string path? #170

Closed gouen95 closed 4 years ago

gouen95 commented 4 years ago

Hi, I wanna know if there's a way to parse layer path back to string path such as "M75 0 l75 200 L0 200 Z"?

The reason for this is that I wanted to create a shape in my app and convert it into SVG string, and vice-versa.

Any help would be greatly appreciated! :D

mchoe commented 4 years ago

Hi @gouen95, sorry there's no way to do that right now.