We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The behavior of negative values for X1/Y1 is not defined by our docs, but X2/Y2 values of zero or less are bottom/right relative.
We need to verify that V4 did not affect how we interpret negative X1/Y1 values. https://github.com/imazen/resizer/blob/develop/Core/Util/PolygonMath.cs#L782-L786
There is a possibility that we could easily change how we interpret X1/Y1 values -0.5 <= x1/y1 <= 0.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The behavior of negative values for X1/Y1 is not defined by our docs, but X2/Y2 values of zero or less are bottom/right relative.
We need to verify that V4 did not affect how we interpret negative X1/Y1 values.
https://github.com/imazen/resizer/blob/develop/Core/Util/PolygonMath.cs#L782-L786
There is a possibility that we could easily change how we interpret X1/Y1 values -0.5 <= x1/y1 <= 0.
The text was updated successfully, but these errors were encountered: