Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could export UIBezierPath to SVG path? #5

Open
arden opened this issue Jun 24, 2016 · 1 comment
Open

Could export UIBezierPath to SVG path? #5

arden opened this issue Jun 24, 2016 · 1 comment

Comments

@arden
Copy link

arden commented Jun 24, 2016

Could support export UIBezierPath to SVG path?

@timrwood
Copy link
Owner

No, as far as I am aware, there is no way to introspect a UIBezierPath and turn it into an svg path.

It might be possible to create a SVGPathBuilder class, with the same interface as UIBezierPath, so that as long as you had the source code that created a UIBezierPath, you could change the constructor and generate the svg path string.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants