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
Describe the bug skia.Path.ConvertConicToQuads() does not appear to return the correct value.
skia.Path.ConvertConicToQuads()
To Reproduce I translated this fiddle to Python: https://fiddle.skia.org/c/@Path_ConvertConicToQuads My Python version: conictest.py.zip
The script fails with IndexError: list index out of range
IndexError: list index out of range
Expected behavior The returned quads list contains only 2 points, but according to the fiddle it should contain 5.
quads
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
https://github.com/justvanrossum/drawbot-skia/blob/a717c452f79b0b74e15444fafbb9472f755414f5/src/drawbot_skia/path.py#L168-L215
Sorry, something went wrong.
ad691d4
No branches or pull requests
Describe the bug
skia.Path.ConvertConicToQuads()
does not appear to return the correct value.To Reproduce
I translated this fiddle to Python:
https://fiddle.skia.org/c/@Path_ConvertConicToQuads
My Python version:
conictest.py.zip
The script fails with
IndexError: list index out of range
Expected behavior
The returned
quads
list contains only 2 points, but according to the fiddle it should contain 5.Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: