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

Fix array of zeros on iOS #226

Merged
merged 1 commit into from
Jan 8, 2020
Merged

Fix array of zeros on iOS #226

merged 1 commit into from
Jan 8, 2020

Conversation

lukebars
Copy link
Contributor

@lukebars lukebars commented Jan 2, 2020

The output of warning was being caused on every fill progress update if dash style wasn't provided so it resulted in array of eros [0,0].
CGContextSetLineDash: invalid dash array: at least one element must be non-zero

The output of warning was being caused on every fill progress update if dash style wasn't provided so it resulted in array of eros [0,0]. 
`CGContextSetLineDash: invalid dash array: at least one element must be non-zero`
@lukebars
Copy link
Contributor Author

lukebars commented Jan 2, 2020

This fixes #224

@markusl markusl merged commit 6e37534 into bartgryszko:master Jan 8, 2020
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

Successfully merging this pull request may close these issues.

2 participants