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

SVGBezierPath's SVGRepresentation returns null data points #5

Open
dsowsy opened this issue Sep 6, 2016 · 0 comments
Open

SVGBezierPath's SVGRepresentation returns null data points #5

dsowsy opened this issue Sep 6, 2016 · 0 comments

Comments

@dsowsy
Copy link

dsowsy commented Sep 6, 2016

<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="300" height="195">
  <path d="M(null),(null)C(null),(null),(null),(null),(null),(null)C(null),(null),(null),(null),(null),(null)C(null),(null),(null),(null),(null),(null)C(null),(null),(null),(null),(null),(null)C(null),(null),(null),(null),(null),(null)L(null),(null)L(null),(null)L(null),(null)Z"/>

</svg>

I've verified the values path.CGPath to be

[(0.0, 67.0), (0.0, 67.0), (34.0, 1.92835e-08), (60.0, -2.22045e-16), (86.0, -1.92835e-08), (90.0, 116.0), (120.0, 116.0), (150.0, 116.0), (156.0, 67.0), (180.0, 67.0), (204.0, 67.0), (221.0, 116.0), (240.0, 116.0), (259.0, 116.0), (300.0, 67.0), (300.0, 67.0), (300.0, 195.0), (0.0, 195.0), (0.0, 67.0)]

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

No branches or pull requests

1 participant