From a4e0acde5fd77e57f554b55039d7f6a7320c67d8 Mon Sep 17 00:00:00 2001
From: ful1e5 <24286590+ful1e5@users.noreply.github.com>
Date: Sun, 6 Jun 2021 18:04:07 +0530
Subject: [PATCH] =?UTF-8?q?=F0=9F=94=8C=20Renamed=20resize=20cursors?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
builder/bxbuild/constants.py | 5 ++-
svg/static/bd_double_arrow.svg | 37 +++++++++++++++++++
svg/static/bottom_left_corner.svg | 30 ++++-----------
svg/static/bottom_right_corner.svg | 30 ++++-----------
.../{bottom_tee.svg => bottom_side.svg} | 0
svg/static/context-menu.svg | 6 +--
svg/static/fd_double_arrow.svg | 37 +++++++++++++++++++
svg/static/left_side.svg | 23 +++---------
svg/static/left_tee.svg | 21 -----------
svg/static/link.svg | 6 +--
svg/static/ll_angle.svg | 21 -----------
svg/static/lr_angle.svg | 21 -----------
svg/static/right_side.svg | 21 +++++++++++
svg/static/right_tee.svg | 21 -----------
svg/static/sb_down_arrow.svg | 4 +-
svg/static/sb_h_double_arrow.svg | 21 +++++++++--
svg/static/sb_left_arrow.svg | 4 +-
svg/static/sb_v_double_arrow.svg | 21 +++++++++--
.../{ul_angle.svg => top_left_corner.svg} | 0
svg/static/top_right_corner.svg | 21 +++++++++++
svg/static/top_side.svg | 23 +++---------
svg/static/top_tee.svg | 21 -----------
svg/static/ur_angle.svg | 21 -----------
23 files changed, 189 insertions(+), 226 deletions(-)
create mode 100644 svg/static/bd_double_arrow.svg
rename svg/static/{bottom_tee.svg => bottom_side.svg} (100%)
create mode 100644 svg/static/fd_double_arrow.svg
delete mode 100644 svg/static/left_tee.svg
delete mode 100644 svg/static/ll_angle.svg
delete mode 100644 svg/static/lr_angle.svg
create mode 100644 svg/static/right_side.svg
delete mode 100644 svg/static/right_tee.svg
rename svg/static/{ul_angle.svg => top_left_corner.svg} (100%)
create mode 100644 svg/static/top_right_corner.svg
delete mode 100644 svg/static/top_tee.svg
delete mode 100644 svg/static/ur_angle.svg
diff --git a/builder/bxbuild/constants.py b/builder/bxbuild/constants.py
index a402071..ed55d82 100644
--- a/builder/bxbuild/constants.py
+++ b/builder/bxbuild/constants.py
@@ -19,8 +19,9 @@ X_CURSORS_CFG: Dict[str, Dict[str, int]] = {
# Static #
##########
"all-scroll.png": {"xhot": 100, "yhot": 100},
- "bottom_left_corner.png": {"xhot": 100, "yhot": 100},
- "bottom_right_corner.png": {"xhot": 100, "yhot": 100},
+ "bottom_left_corner.png": {"xhot": 98, "yhot": 96},
+ "bottom_right_corner.png": {"xhot": 99, "yhot": 96},
+ #
"bottom_tee.png": {"xhot": 100, "yhot": 100},
"context-menu.png": {"xhot": 100, "yhot": 100},
"copy.png": {"xhot": 100, "yhot": 100},
diff --git a/svg/static/bd_double_arrow.svg b/svg/static/bd_double_arrow.svg
new file mode 100644
index 0000000..2fb2153
--- /dev/null
+++ b/svg/static/bd_double_arrow.svg
@@ -0,0 +1,37 @@
+
+
diff --git a/svg/static/bottom_left_corner.svg b/svg/static/bottom_left_corner.svg
index 76e58fc..260b94f 100644
--- a/svg/static/bottom_left_corner.svg
+++ b/svg/static/bottom_left_corner.svg
@@ -1,18 +1,14 @@
diff --git a/svg/static/bottom_right_corner.svg b/svg/static/bottom_right_corner.svg
index 2fb2153..63621c9 100644
--- a/svg/static/bottom_right_corner.svg
+++ b/svg/static/bottom_right_corner.svg
@@ -1,18 +1,14 @@
diff --git a/svg/static/bottom_tee.svg b/svg/static/bottom_side.svg
similarity index 100%
rename from svg/static/bottom_tee.svg
rename to svg/static/bottom_side.svg
diff --git a/svg/static/context-menu.svg b/svg/static/context-menu.svg
index 15a1ae1..091f60b 100644
--- a/svg/static/context-menu.svg
+++ b/svg/static/context-menu.svg
@@ -1,15 +1,15 @@