agens-no/AGGeometryKit

Incorrect definition for AGKQuadInsetBottom

Closed this issue · 2 comments

AGKQuad AGKQuadInsetBottom(AGKQuad q, CGFloat inset)
{
q.tl.y -= inset;
q.tr.y -= inset;
return q;
}

Shouldn't this say q.bl.y and q.br.y ? Can you please push a new fix on CocoaPods or should I create a pull request with the fix?

Thank you for reporting this! I may not be able to fix this today. A PR would be great!

Request sent. Thanks for the great library.