Bug 475203

Summary: The cursor for 'edit shapes tool' is not obvious on black color
Product: [Applications] krita Reporter: thetwo <thetwo222>
Component: UsabilityAssignee: Krita Bugs <krita-bugs-null>
Status: RESOLVED FIXED    
Severity: minor CC: raghu
Priority: NOR    
Version First Reported In: 5.2.0-rc1   
Target Milestone: ---   
Platform: Other   
OS: Other   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:
Attachments: gif

Description thetwo 2023-10-04 06:20:30 UTC
Created attachment 162078 [details]
gif

As shown in gif
Comment 1 Raghavendra kamath 2023-10-04 07:29:37 UTC
I think there is a merge request to solve this -
https://invent.kde.org/graphics/krita/-/merge_requests/1920
Comment 2 Dmitry Kazakov 2023-10-04 09:28:32 UTC
Git commit c1db5c52dca31df2ffdd626889169c9acbb296a1 by Dmitry Kazakov, on behalf of liquidex woźniak.
Committed on 04/10/2023 at 11:28.
Pushed by dkazakov into branch 'master'.

Edit shapes tool: make cursors more accessible on black background

Reasons
- the cursors are not visible at all against a dark background because they're pure black
- the cursors are hard to read because they're very small and narrow

I've redesigned the cursors to be bigger and wider and have a white outline, 
while trying to keep the original ones' general idea.
Related: bug 467546

M  +2    -0    libs/flake/flake.qrc
A  +-    --    libs/flake/pics/32-cursor-needle-move.png
A  +-    --    libs/flake/pics/32-cursor-needle.png
A  +17   -0    libs/flake/pics/cursor-needle-move.svg
A  +15   -0    libs/flake/pics/cursor-needle.svg
M  +2    -46   libs/flake/tools/KoPathTool.cpp

https://invent.kde.org/graphics/krita/-/commit/c1db5c52dca31df2ffdd626889169c9acbb296a1
Comment 3 Dmitry Kazakov 2023-10-04 09:28:52 UTC
Git commit 9f03bf60db8b0c73378f2e14e9172dfcf464d242 by Dmitry Kazakov, on behalf of liquidex woźniak.
Committed on 04/10/2023 at 11:28.
Pushed by dkazakov into branch 'krita/5.2'.

Edit shapes tool: make cursors more accessible on black background

Reasons
- the cursors are not visible at all against a dark background because they're pure black
- the cursors are hard to read because they're very small and narrow

I've redesigned the cursors to be bigger and wider and have a white outline, 
while trying to keep the original ones' general idea.
Related: bug 467546


(cherry picked from commit c1db5c52dca31df2ffdd626889169c9acbb296a1)

M  +2    -0    libs/flake/flake.qrc
A  +-    --    libs/flake/pics/32-cursor-needle-move.png
A  +-    --    libs/flake/pics/32-cursor-needle.png
A  +17   -0    libs/flake/pics/cursor-needle-move.svg
A  +15   -0    libs/flake/pics/cursor-needle.svg
M  +2    -46   libs/flake/tools/KoPathTool.cpp

https://invent.kde.org/graphics/krita/-/commit/9f03bf60db8b0c73378f2e14e9172dfcf464d242