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
There are several problems when vectorizing an image (line scanning)
A line is added at the top, and the edge on the right of the V shape is missing:
Build: Version 1.0.3
Steps to reproduce: Import a PNG to the PCB. Make sure that it doesn't have an alpha channel to not trip on #4155 before.
The vectorized image should not miss whole areas.
The text was updated successfully, but these errors were encountered:
Expected image should look like
Sorry, something went wrong.
57a2fe0
KjellMorgenstern
No branches or pull requests
Current Behaviour
There are several problems when vectorizing an image (line scanning)
A line is added at the top, and the edge on the right of the V shape is missing:
Build:
Version 1.0.3
Steps to reproduce:
Import a PNG to the PCB. Make sure that it doesn't have an alpha channel to not trip on #4155 before.
Expected Behaviour
The vectorized image should not miss whole areas.
The text was updated successfully, but these errors were encountered: