-
Notifications
You must be signed in to change notification settings - Fork 288
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
Clipped border #34
Comments
That definitely seems like a bug. Would you mind giving repro steps and maybe a screenshot illustrating the issue? |
If you take your example project, in storyboard you can already see clipped borders. If you tick checkbox "clip subviews" on checkbox view, you will see clipping in running project too. |
My guess is that this has to do with the calculation of the path where the line width is not taking into account. Unfortunately I can't think of a fix, without making the checkbox smaller, which will impact current users of the library. |
Yeah, guess in that case it might be better to postpone it to something like a 2.0 release |
Closing this as a duplicate of issue #47 which is better documented. |
It seems, that
BEMPathManager
doesn't take into accountlineWidth
, therefore drawings of the box will be clipped at the bottom by container view and drawings of the checkmark will be slightly skewed downwardsThe text was updated successfully, but these errors were encountered: