-
Notifications
You must be signed in to change notification settings - Fork 279
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
Drawing with polyline on top of another vector stroke causes artifacts #1433
Comments
@candyface I'm having an issue with the polyline tool where undoing the line will not update the canvas painter. After looking at this, do you think that issue is related to this one? or should I report it as an individual issue? I'm asking mostly because I saw your fix involves the canvas painter rendering. The bug I'm having I can reproduce like this:
|
@Jose-Moreno This is a vector-only issue and fix, so the issue which you mentioned which affects the bitmap layer is something else and should be reported separately. |
Indeed this pr touches only vector painting logic, what you're describing @Jose-Moreno is another problem that needs to be fixed. |
@scribblemaniac @candyface Thank you for the explanation 🙇 I will report it separately then 👍 |
Issue Summary
While working on getting vector useable again for the mypaint branch, I noticed that the polyline is broken when painting on top of another stroke.
I already have a fix for this, I'm just creating the issue so we have something to tie the bug to.
Actual Results
While artifacts appear whereever the stroke touches or it's update area.
Expected Results
No artifacts should appear.
Video or Image Reference
Steps to reproduce
System Information
Development Build Aug 19 2020 (master)
Operating System: macOS Mojave (10.14)
CPU Architecture: x86_64
Qt Version: 5.15.0
Mac OS 10.14.5
The text was updated successfully, but these errors were encountered: