-
Notifications
You must be signed in to change notification settings - Fork 357
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
Call quadratic bezier function in QuadraticTo #114
base: master
Are you sure you want to change the base?
Call quadratic bezier function in QuadraticTo #114
Conversation
@fogleman please consider to review this. As this fails and results in a regression on arm64 which is important for me to be fixed. |
The underlying |
@fogleman the rendered image in arm64 which indirectly uses the QuadraticTo function renders an image with slight deltas. This leads to failing tests for the same. I suspect that this is somewhere due to minor rendering issues? Please let me know. |
Can you post sample code and the output images? |
@fogleman Sample code and output with the patch applied
|
Another one using
|
But what does it look like without the fix? |
@fogleman Though they look identical but their md5sums are different |
OK, actually the tests in |
@fogleman For the background: I actually maintain this as a package in Debian. And this fails for archs other than amd64 hence causing a regression
This is actually blocking the migration of many other packages and hence I wished this to be fixed soonish. |
In accordance with #113
PS: This also seems to fix failing tests on arm64