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 @@ - - - - - - - - - - + + + + + + - + @@ -21,17 +17,5 @@ - - - - - - - - - - - - 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 @@ - - - - - - - - - - + + + + + + - + @@ -21,17 +17,5 @@ - - - - - - - - - - - - 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 @@ - - + + - + diff --git a/svg/static/fd_double_arrow.svg b/svg/static/fd_double_arrow.svg new file mode 100644 index 0000000..76e58fc --- /dev/null +++ b/svg/static/fd_double_arrow.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/left_side.svg b/svg/static/left_side.svg index c6569ce..f04def7 100644 --- a/svg/static/left_side.svg +++ b/svg/static/left_side.svg @@ -1,25 +1,14 @@ - - - - - - - + + + + + - - - - - - - - - - + diff --git a/svg/static/left_tee.svg b/svg/static/left_tee.svg deleted file mode 100644 index f04def7..0000000 --- a/svg/static/left_tee.svg +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - diff --git a/svg/static/link.svg b/svg/static/link.svg index 5f47b28..564644f 100644 --- a/svg/static/link.svg +++ b/svg/static/link.svg @@ -1,8 +1,8 @@ - - + + @@ -10,7 +10,7 @@ - + diff --git a/svg/static/ll_angle.svg b/svg/static/ll_angle.svg deleted file mode 100644 index 260b94f..0000000 --- a/svg/static/ll_angle.svg +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - diff --git a/svg/static/lr_angle.svg b/svg/static/lr_angle.svg deleted file mode 100644 index b3f4f60..0000000 --- a/svg/static/lr_angle.svg +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - diff --git a/svg/static/right_side.svg b/svg/static/right_side.svg new file mode 100644 index 0000000..06d6a2f --- /dev/null +++ b/svg/static/right_side.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/right_tee.svg b/svg/static/right_tee.svg deleted file mode 100644 index b1f5f4c..0000000 --- a/svg/static/right_tee.svg +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - diff --git a/svg/static/sb_down_arrow.svg b/svg/static/sb_down_arrow.svg index db41223..7b6e37a 100644 --- a/svg/static/sb_down_arrow.svg +++ b/svg/static/sb_down_arrow.svg @@ -1,5 +1,5 @@ - - + + diff --git a/svg/static/sb_h_double_arrow.svg b/svg/static/sb_h_double_arrow.svg index 31e1fdd..c6569ce 100644 --- a/svg/static/sb_h_double_arrow.svg +++ b/svg/static/sb_h_double_arrow.svg @@ -1,12 +1,25 @@ - - + + + + + + + - - + + + + + + + + + + diff --git a/svg/static/sb_left_arrow.svg b/svg/static/sb_left_arrow.svg index dbec9e8..4306742 100644 --- a/svg/static/sb_left_arrow.svg +++ b/svg/static/sb_left_arrow.svg @@ -1,5 +1,5 @@ - - + + diff --git a/svg/static/sb_v_double_arrow.svg b/svg/static/sb_v_double_arrow.svg index 0f53492..b4d97ec 100644 --- a/svg/static/sb_v_double_arrow.svg +++ b/svg/static/sb_v_double_arrow.svg @@ -1,12 +1,25 @@ - - + + + + + + + - - + + + + + + + + + + diff --git a/svg/static/ul_angle.svg b/svg/static/top_left_corner.svg similarity index 100% rename from svg/static/ul_angle.svg rename to svg/static/top_left_corner.svg diff --git a/svg/static/top_right_corner.svg b/svg/static/top_right_corner.svg new file mode 100644 index 0000000..68c9d6d --- /dev/null +++ b/svg/static/top_right_corner.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/top_side.svg b/svg/static/top_side.svg index b4d97ec..8746f89 100644 --- a/svg/static/top_side.svg +++ b/svg/static/top_side.svg @@ -1,25 +1,14 @@ - - - - - - - + + + + + - - - - - - - - - - + diff --git a/svg/static/top_tee.svg b/svg/static/top_tee.svg deleted file mode 100644 index 8746f89..0000000 --- a/svg/static/top_tee.svg +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - diff --git a/svg/static/ur_angle.svg b/svg/static/ur_angle.svg deleted file mode 100644 index dc16fdf..0000000 --- a/svg/static/ur_angle.svg +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - - - - - - - - - - - - - -