You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
If you write with a thicker pen and a transparent color, it isn't homogenously transparent, but rather leaves little circles where its less transparent. I think it "draws twice" in those places probably. This more visible if your stroke is fast. It appears with a mouse, as well as with my drawing tablet.
To Reproduce
Steps to reproduce the behavior:
Click on the color picker
Select any color you like, and set it to transparent, around halfway works well
Select the thick pen option, or even the marker (that is even more thick)
Make a few strokes
You will see your stroke, with little darker circles inside of it
Expected behavior
The pen should leave a smooth transparent stroke
Console Output
Running the app with flatpak --env=RUST_LOG=rnote=debug --env=RUST_BACKTRACE=1 run com.github.flxzt.rnote gives following output:
` 2023-11-17T17:09:17.388Z DEBUG rnote > ... env_logger initialized
(rnote:2): Gtk-CRITICAL **: 18:09:17.690: gtk_widget_class_set_accessible_role: assertion '!gtk_accessible_role_is_abstract (accessible_role)' failed
2023-11-17T17:09:17.716Z WARN rnote::workspacebrowser::workspacesbar > failed to canonicalize dir "/home/nandor/Desktop/rnote/studium/analysis" for workspacelistentry with name: default, Err: No such file or directory (os error 2)
`
I don't think anything here is relevant, but why not include it Screenshots
Well visible circles.
Desktop (please complete the following information):
OS: Ubuntu 23.04 x86_64
App Version: Rnote 0.9.0
Installation Source: Flatpak
Desktop Environment: Gnome 44.3
Additional context
It is vaguely related to #449 . I wanted to highlight on a pdf, and set the marker to be transparent. This looks not well enough for me to be able to use transparent colors anywhere. From what im guessing, the circles are perfectly circular because exactly one point overlaps, making the circle around it half as transparent.
The text was updated successfully, but these errors were encountered:
Describe the bug
If you write with a thicker pen and a transparent color, it isn't homogenously transparent, but rather leaves little circles where its less transparent. I think it "draws twice" in those places probably. This more visible if your stroke is fast. It appears with a mouse, as well as with my drawing tablet.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The pen should leave a smooth transparent stroke
Console Output
Running the app with
flatpak --env=RUST_LOG=rnote=debug --env=RUST_BACKTRACE=1 run com.github.flxzt.rnote
gives following output:` 2023-11-17T17:09:17.388Z DEBUG rnote > ... env_logger initialized
(rnote:2): Gtk-CRITICAL **: 18:09:17.690: gtk_widget_class_set_accessible_role: assertion '!gtk_accessible_role_is_abstract (accessible_role)' failed
2023-11-17T17:09:17.716Z WARN rnote::workspacebrowser::workspacesbar > failed to canonicalize dir "/home/nandor/Desktop/rnote/studium/analysis" for workspacelistentry with name: default, Err: No such file or directory (os error 2)
`
I don't think anything here is relevant, but why not include it
Screenshots
Well visible circles.
Desktop (please complete the following information):
Additional context
It is vaguely related to #449 . I wanted to highlight on a pdf, and set the marker to be transparent. This looks not well enough for me to be able to use transparent colors anywhere. From what im guessing, the circles are perfectly circular because exactly one point overlaps, making the circle around it half as transparent.
The text was updated successfully, but these errors were encountered: