Summary: | Cursor and stroke delay on transparent (empty) canvas at the end of each stroke | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Dorijan Salak <dorijan.salak> |
Component: | * Unknown | Assignee: | Dmitry Kazakov <dimula73> |
Status: | CONFIRMED --- | ||
Severity: | normal | CC: | dimula73, info, yavn.work |
Priority: | NOR | ||
Version First Reported In: | 5.2.6 | ||
Target Milestone: | --- | ||
Platform: | Microsoft Windows | ||
OS: | Microsoft Windows | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
Screen recording of steps to reproduce bug
Screen recording showing the confirmed issue screen recording |
Description
Dorijan Salak
2023-11-30 06:44:08 UTC
Created attachment 163638 [details]
Screen recording of steps to reproduce bug
Uploaded screen recording to attachments. Also noticed that there is a delay in selecting layers as well, on top of stroke/cursor delays shorty after emptying canvas background (can be seen around the the 1:30 mark of the recording). The origin of the bug could be somewhere within the Layer stack.
A tricky one - confirmed in Krita 5.2.6 It happens only if: Settings -> Configure Krita -> Display -> Preferred Renderer = Direct3D 11 via Angle It does not happen if: Preferred Renderer = OpenGL Furthermore: It happens if both layers are empty and then the strokes are added one after the other, either going from top to bottom or bottom to top. As soon as the whole canvas has some strokes on it, the lag disappears. Please see attached video as it is difficult to explain. Document tested with was: 12,000 px x 10,000 px | 16 bit sRGB Brush was: Default Airbrush linear noisy at 500 px | flow, opacity = 100% Created attachment 175882 [details]
Screen recording showing the confirmed issue
Comment on attachment 175882 [details] Screen recording showing the confirmed issue https://drive.google.com/file/d/1-XZ_RQsJB8hxRyXi2ddUoOwuIdPwZIQ8/view Comment on attachment 175882 [details] Screen recording showing the confirmed issue https://drive.google.com/file/d/1-XZ_RQsJB8hxRyXi2ddUoOwuIdPwZIQ8/view Comment on attachment 175882 [details]
Screen recording showing the confirmed issue
Seems to not work for viewing.
Created attachment 175883 [details]
screen recording
(In reply to Wolfgang Baer from comment #2) > A tricky one - confirmed in Krita 5.2.6 > > It happens only if: > Settings -> Configure Krita -> Display -> Preferred Renderer = Direct3D 11 > via Angle > > It does not happen if: > Preferred Renderer = OpenGL > > Furthermore: > It happens if both layers are empty and then the strokes are added one after > the other, either going from top to bottom or bottom to top. > As soon as the whole canvas has some strokes on it, the lag disappears. > > Please see attached video as it is difficult to explain. > > Document tested with was: > 12,000 px x 10,000 px | 16 bit sRGB > Brush was: > Default Airbrush linear noisy at 500 px | flow, opacity = 100% Forgot to mention: Tested on Windows 11, Intel core i7 13700K, Nvidia RTX 4070 I can also confirm the bug on another hardware configuration: Windows 11 24H2, Ryzen 9950X, Radeon 6900 XT. However, in my case I can observe the bug on both ANGLE and OpenGL. Another observation, the canvas needs to be larger than 8192 x 8192 pixels. I could simply reproduce it like this: 1. Create a new document with large size. 2. Hide the background flayer (click the eye icon) 3. Draw multiple strokes on the top paint layer. Hmm, another weird thing I just found. If I create a New small sized document (eg. 500x500) then resize canvas to anything larger (tried up to 10000x10000) the bug won't happen, while if I create a New document that's larger (eg. A4 300 ppi) it will happen BUT if then I resize it to small (500x500) it'll stop, even if I resize it back to original or larger size. I just tested it on Windows 11, Intel, Nvidia RTX. krita-x64-5.3.0-prealpha-f043c4f9.zip Issue happens in this version as well. |