Bug 475203 - The cursor for 'edit shapes tool' is not obvious on black color
Summary: The cursor for 'edit shapes tool' is not obvious on black color
Status: RESOLVED FIXED
Alias: None
Product: krita
Classification: Applications
Component: Usability (show other bugs)
Version: 5.2.0-rc1
Platform: Other Other
: NOR minor
Target Milestone: ---
Assignee: Krita Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-10-04 06:20 UTC by thetwo
Modified: 2023-10-04 09:28 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
gif (102.65 KB, image/gif)
2023-10-04 06:20 UTC, thetwo
Details

Note You need to log in before you can comment on or make changes to this bug.
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