amazon-textract-response-parser
amazon-textract-response-parser copied to clipboard
`TGeometry.rotate`: Pass degrees to `TPoint.rotate`
There was a bug where TGeometry.rotate
didn't pass the degrees
parameter to TPoint.rotate
, meaning that calls to TGeometry.rotate
(and TDocument.rotate
) only ever rotated the polygon by 180 degrees.
Potential fix for #133?
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.