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

Glitchy hiboxes for HPath quadratic curves #36

Open
snarks opened this issue Jun 13, 2013 · 0 comments
Open

Glitchy hiboxes for HPath quadratic curves #36

snarks opened this issue Jun 13, 2013 · 0 comments

Comments

@snarks
Copy link

snarks commented Jun 13, 2013

HPath's hitbox glitches when using quadratic curves with control points at certain heights. As always, I think this is probably due to my methods' lack of precision tolerance.

Possible workarounds:

  • Limit the precision when calling adjust() or endPath() to prevent non-round values from cropping up with the vertices.

I mark this as a low priority bug, because:

  • the glitch that's there isn't as bad, because it's limited by super.containsRel()
  • the more common cubic bezier vertices are working mostly fine AFAIK
  • I can only reproduce this at very specific conditions

So yeah, I'll suspend this one so I could move on with other stuff.

@ghost ghost assigned snarks Jun 13, 2013
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

1 participant