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 @@
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 @@
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 @@
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 @@