From cb7242e51438e5302e57de9f989b47f6df8405f2 Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Fri, 29 Oct 2021 18:37:47 +0530 Subject: [PATCH] fixed some cursor size #64 --- CHANGELOG.md | 1 + builder/src/constants.py | 10 +++++----- svg/static/cross.svg | 13 ++++--------- svg/static/hand1.svg | 19 +++++++------------ svg/static/hand2.svg | 19 +++++++------------ svg/static/move.svg | 12 ++++++------ svg/static/vertical-text.svg | 8 ++++---- svg/static/xterm.svg | 15 +++++---------- 8 files changed, 39 insertions(+), 58 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f36ad61..489ea71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - soft shadows in all cursors #62 +- fixed some cursor size #64 ## [v1.2.1] - 14 Oct 2021 diff --git a/builder/src/constants.py b/builder/src/constants.py index 6dabf36..e3557db 100644 --- a/builder/src/constants.py +++ b/builder/src/constants.py @@ -29,15 +29,15 @@ X_CURSORS_CFG: Dict[str, Dict[str, int]] = { "crosshair.png": {"xhot": 100, "yhot": 100}, "dnd_no_drop.png": {"xhot": 100, "yhot": 100}, "dotbox.png": {"xhot": 100, "yhot": 100}, - "hand1.png": {"xhot": 94, "yhot": 72}, - "hand2.png": {"xhot": 67, "yhot": 46}, + "hand1.png": {"xhot": 98, "yhot": 66}, + "hand2.png": {"xhot": 69, "yhot": 44}, "left_ptr.png": {"xhot": 53, "yhot": 13}, "left_side.png": {"xhot": 100, "yhot": 100}, "left_tee.png": {"xhot": 100, "yhot": 100}, "link.png": {"xhot": 120, "yhot": 55}, "ll_angle.png": {"xhot": 100, "yhot": 100}, "lr_angle.png": {"xhot": 100, "yhot": 100}, - "move.png": {"xhot": 80, "yhot": 71}, + "move.png": {"xhot": 107, "yhot": 85}, "pencil.png": {"xhot": 81, "yhot": 117}, "plus.png": {"xhot": 98, "yhot": 100}, "question_arrow.png": {"xhot": 99, "yhot": 99}, @@ -53,10 +53,10 @@ X_CURSORS_CFG: Dict[str, Dict[str, int]] = { "top_tee.png": {"xhot": 100, "yhot": 100}, "ul_angle.png": {"xhot": 100, "yhot": 100}, "ur_angle.png": {"xhot": 100, "yhot": 100}, - "vertical-text.png": {"xhot": 96, "yhot": 99}, + "vertical-text.png": {"xhot": 103, "yhot": 99}, "wayland-cursor.png": {"xhot": 100, "yhot": 100}, "X_cursor.png": {"xhot": 100, "yhot": 100}, - "xterm.png": {"xhot": 100, "yhot": 104}, + "xterm.png": {"xhot": 99, "yhot": 103}, "zoom-in.png": {"xhot": 100, "yhot": 100}, "zoom-out.png": {"xhot": 100, "yhot": 100}, ############ diff --git a/svg/static/cross.svg b/svg/static/cross.svg index 2c1ef30..14baaeb 100644 --- a/svg/static/cross.svg +++ b/svg/static/cross.svg @@ -1,13 +1,11 @@ - - - - - + + + - + @@ -16,8 +14,5 @@ - - - diff --git a/svg/static/hand1.svg b/svg/static/hand1.svg index 257e601..4b4a7e0 100644 --- a/svg/static/hand1.svg +++ b/svg/static/hand1.svg @@ -1,16 +1,14 @@ - - - - - - - - + + + + + + - + @@ -19,8 +17,5 @@ - - - diff --git a/svg/static/hand2.svg b/svg/static/hand2.svg index 8bffb15..7627553 100644 --- a/svg/static/hand2.svg +++ b/svg/static/hand2.svg @@ -1,16 +1,14 @@ - - - - - - - - + + + + + + - + @@ -19,8 +17,5 @@ - - - diff --git a/svg/static/move.svg b/svg/static/move.svg index 8dbf8aa..aee3e8f 100644 --- a/svg/static/move.svg +++ b/svg/static/move.svg @@ -1,14 +1,14 @@ - - + + - - - + + + - + diff --git a/svg/static/vertical-text.svg b/svg/static/vertical-text.svg index 191d005..f1c88c3 100644 --- a/svg/static/vertical-text.svg +++ b/svg/static/vertical-text.svg @@ -1,12 +1,12 @@ - - + + - + - + diff --git a/svg/static/xterm.svg b/svg/static/xterm.svg index bdad212..4363da1 100644 --- a/svg/static/xterm.svg +++ b/svg/static/xterm.svg @@ -1,14 +1,12 @@ - - - - - - + + + + - + @@ -17,8 +15,5 @@ - - -