From cdb40eafbe8d4c1ac9a3dbd76f146273145f3c48 Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Sun, 21 Feb 2021 17:20:47 +0530 Subject: [PATCH 1/3] =?UTF-8?q?=F0=9F=98=8E=20Cursors=20shadow=20added=20#?= =?UTF-8?q?41?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- svg/animated/left_ptr_watch.svg | 124 ++++++++---- svg/animated/wait.svg | 291 ++++++++++++++--------------- svg/static/X_cursor.svg | 50 ++++- svg/static/all-scroll.svg | 49 ++++- svg/static/bottom_left_corner.svg | 47 ++++- svg/static/bottom_right_corner.svg | 47 ++++- svg/static/bottom_tee.svg | 47 ++++- svg/static/center_ptr.svg | 99 ++++++++-- svg/static/context-menu.svg | 142 +++++++++++--- svg/static/copy.svg | 130 +++++++++---- svg/static/cross.svg | 47 ++++- svg/static/crossed_circle.svg | 102 ++++++++-- svg/static/crosshair.svg | 226 ++++++++++++++++++---- svg/static/dnd_no_drop.svg | 68 ++++++- svg/static/dotbox.svg | 50 ++++- svg/static/hand1.svg | 60 ++++-- svg/static/hand2.svg | 75 +++++--- svg/static/left_ptr.svg | 117 +++++++++--- svg/static/left_side.svg | 47 ++++- svg/static/left_tee.svg | 47 ++++- svg/static/link.svg | 47 ++++- svg/static/ll_angle.svg | 47 ++++- svg/static/lr_angle.svg | 47 ++++- svg/static/move.svg | 60 ++++-- svg/static/pencil.svg | 43 ++++- svg/static/plus.svg | 174 ++++++++++++++--- svg/static/question_arrow.svg | 58 +++++- svg/static/right_ptr.svg | 92 +++++++-- svg/static/right_tee.svg | 47 ++++- svg/static/sb_down_arrow.svg | 47 ++++- svg/static/sb_h_double_arrow.svg | 47 ++++- svg/static/sb_left_arrow.svg | 47 ++++- svg/static/sb_right_arrow.svg | 47 ++++- svg/static/sb_up_arrow.svg | 47 ++++- svg/static/sb_v_double_arrow.svg | 47 ++++- svg/static/top_side.svg | 47 ++++- svg/static/top_tee.svg | 47 ++++- svg/static/ul_angle.svg | 47 ++++- svg/static/ur_angle.svg | 47 ++++- svg/static/vertical-text.svg | 52 +++++- svg/static/wayland-cursor.svg | 45 ++++- svg/static/xterm.svg | 52 +++++- svg/static/zoom-in.svg | 100 ++++++++-- svg/static/zoom-out.svg | 100 ++++++++-- 44 files changed, 2639 insertions(+), 660 deletions(-) diff --git a/svg/animated/left_ptr_watch.svg b/svg/animated/left_ptr_watch.svg index 0cf27b1..a81379f 100644 --- a/svg/animated/left_ptr_watch.svg +++ b/svg/animated/left_ptr_watch.svg @@ -5,8 +5,8 @@ fill="none" xmlns="http://www.w3.org/2000/svg" > - - + - - - - - - - + + + + - - + + + + + + + + + + + + + + + + + + + - - - - + + + - - - - + + + - - - - + + + - - - - + + + + diff --git a/svg/animated/wait.svg b/svg/animated/wait.svg index 6fd6914..a78d880 100644 --- a/svg/animated/wait.svg +++ b/svg/animated/wait.svg @@ -1,153 +1,144 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/X_cursor.svg b/svg/static/X_cursor.svg index 028403b..ef04862 100644 --- a/svg/static/X_cursor.svg +++ b/svg/static/X_cursor.svg @@ -5,11 +5,47 @@ fill="none" xmlns="http://www.w3.org/2000/svg" > - + + + + + + + + + + + + + + + diff --git a/svg/static/all-scroll.svg b/svg/static/all-scroll.svg index e4c8837..c18d477 100644 --- a/svg/static/all-scroll.svg +++ b/svg/static/all-scroll.svg @@ -5,22 +5,55 @@ fill="none" xmlns="http://www.w3.org/2000/svg" > - - + + + - + + + + + + + + + + + diff --git a/svg/static/bottom_left_corner.svg b/svg/static/bottom_left_corner.svg index 7458f29..16738b1 100644 --- a/svg/static/bottom_left_corner.svg +++ b/svg/static/bottom_left_corner.svg @@ -5,16 +5,49 @@ fill="none" xmlns="http://www.w3.org/2000/svg" > - - + + + + + + + + + + + + + + diff --git a/svg/static/bottom_right_corner.svg b/svg/static/bottom_right_corner.svg index 9b65aa4..f6c7499 100644 --- a/svg/static/bottom_right_corner.svg +++ b/svg/static/bottom_right_corner.svg @@ -5,16 +5,49 @@ fill="none" xmlns="http://www.w3.org/2000/svg" > - - + + + + + + + + + + + + + + diff --git a/svg/static/bottom_tee.svg b/svg/static/bottom_tee.svg index a41fe4f..9ed98b9 100644 --- a/svg/static/bottom_tee.svg +++ b/svg/static/bottom_tee.svg @@ -5,16 +5,49 @@ fill="none" xmlns="http://www.w3.org/2000/svg" > - - + + + + + + + + + + + + + + diff --git a/svg/static/center_ptr.svg b/svg/static/center_ptr.svg index b2bfc52..96a5e56 100644 --- a/svg/static/center_ptr.svg +++ b/svg/static/center_ptr.svg @@ -5,31 +5,92 @@ fill="none" xmlns="http://www.w3.org/2000/svg" > - - - - + + + + + + - - - + + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/context-menu.svg b/svg/static/context-menu.svg index 14cf123..b8abc29 100644 --- a/svg/static/context-menu.svg +++ b/svg/static/context-menu.svg @@ -5,43 +5,135 @@ fill="none" xmlns="http://www.w3.org/2000/svg" > - - - - - - - + + + + + + + + + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/copy.svg b/svg/static/copy.svg index a5c3d09..7ee04a8 100644 --- a/svg/static/copy.svg +++ b/svg/static/copy.svg @@ -5,31 +5,64 @@ fill="none" xmlns="http://www.w3.org/2000/svg" > - - - - - - - + + + + + + + + + + - - + + + + + + + + + + - - + - - - + + - - + - - + + + + + + + + + + - - - - + + + + diff --git a/svg/static/cross.svg b/svg/static/cross.svg index eac4c12..2298cbc 100644 --- a/svg/static/cross.svg +++ b/svg/static/cross.svg @@ -5,16 +5,49 @@ fill="none" xmlns="http://www.w3.org/2000/svg" > - - + + + + + + + + + + + + + + diff --git a/svg/static/crossed_circle.svg b/svg/static/crossed_circle.svg index dea088a..dd7d351 100644 --- a/svg/static/crossed_circle.svg +++ b/svg/static/crossed_circle.svg @@ -5,32 +5,94 @@ fill="none" xmlns="http://www.w3.org/2000/svg" > - - + + + - - + + + - - + + + + + + + + + + + + + + + + + + + - - - - + + + + diff --git a/svg/static/crosshair.svg b/svg/static/crosshair.svg index 85acee6..97e8d27 100644 --- a/svg/static/crosshair.svg +++ b/svg/static/crosshair.svg @@ -5,47 +5,199 @@ fill="none" xmlns="http://www.w3.org/2000/svg" > - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/dnd_no_drop.svg b/svg/static/dnd_no_drop.svg index 1da0125..a0701c4 100644 --- a/svg/static/dnd_no_drop.svg +++ b/svg/static/dnd_no_drop.svg @@ -5,6 +5,70 @@ fill="none" xmlns="http://www.w3.org/2000/svg" > - - + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/dotbox.svg b/svg/static/dotbox.svg index bd780c8..4621bd2 100644 --- a/svg/static/dotbox.svg +++ b/svg/static/dotbox.svg @@ -5,16 +5,52 @@ fill="none" xmlns="http://www.w3.org/2000/svg" > - - + + + + + + + + + + + + + + + diff --git a/svg/static/hand1.svg b/svg/static/hand1.svg index 911990b..d72b5ed 100644 --- a/svg/static/hand1.svg +++ b/svg/static/hand1.svg @@ -5,30 +5,68 @@ fill="none" xmlns="http://www.w3.org/2000/svg" > - - + + + + - - + + + + + + + + + + + diff --git a/svg/static/hand2.svg b/svg/static/hand2.svg index 0d47133..f7f07f7 100644 --- a/svg/static/hand2.svg +++ b/svg/static/hand2.svg @@ -5,30 +5,53 @@ fill="none" xmlns="http://www.w3.org/2000/svg" > - - - - + + + + + + + + + + + + + + + + + + diff --git a/svg/static/left_ptr.svg b/svg/static/left_ptr.svg index df6fc87..fb914f2 100644 --- a/svg/static/left_ptr.svg +++ b/svg/static/left_ptr.svg @@ -5,28 +5,97 @@ fill="none" xmlns="http://www.w3.org/2000/svg" > - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/left_side.svg b/svg/static/left_side.svg index 54c9882..4d64cf6 100644 --- a/svg/static/left_side.svg +++ b/svg/static/left_side.svg @@ -5,16 +5,49 @@ fill="none" xmlns="http://www.w3.org/2000/svg" > - - + + + + + + + + + + + + + + diff --git a/svg/static/left_tee.svg b/svg/static/left_tee.svg index 9cb3e04..77fcd02 100644 --- a/svg/static/left_tee.svg +++ b/svg/static/left_tee.svg @@ -5,16 +5,49 @@ fill="none" xmlns="http://www.w3.org/2000/svg" > - - + + + + + + + + + + + + + + diff --git a/svg/static/link.svg b/svg/static/link.svg index 0125598..751e157 100644 --- a/svg/static/link.svg +++ b/svg/static/link.svg @@ -5,16 +5,49 @@ fill="none" xmlns="http://www.w3.org/2000/svg" > - - + + + + + + + + + + + + + + diff --git a/svg/static/ll_angle.svg b/svg/static/ll_angle.svg index af2f989..7374dba 100644 --- a/svg/static/ll_angle.svg +++ b/svg/static/ll_angle.svg @@ -5,16 +5,49 @@ fill="none" xmlns="http://www.w3.org/2000/svg" > - - + + + + + + + + + + + + + + diff --git a/svg/static/lr_angle.svg b/svg/static/lr_angle.svg index 1b8dee7..d77adfe 100644 --- a/svg/static/lr_angle.svg +++ b/svg/static/lr_angle.svg @@ -5,16 +5,49 @@ fill="none" xmlns="http://www.w3.org/2000/svg" > - - + + + + + + + + + + + + + + diff --git a/svg/static/move.svg b/svg/static/move.svg index 04dccdb..efeda4c 100644 --- a/svg/static/move.svg +++ b/svg/static/move.svg @@ -5,30 +5,68 @@ fill="none" xmlns="http://www.w3.org/2000/svg" > - - + + + + - - + + + + + + + + + + + diff --git a/svg/static/pencil.svg b/svg/static/pencil.svg index fb20b01..c96b59d 100644 --- a/svg/static/pencil.svg +++ b/svg/static/pencil.svg @@ -5,12 +5,45 @@ fill="none" xmlns="http://www.w3.org/2000/svg" > - - + + + + + + + + + + + + + + diff --git a/svg/static/plus.svg b/svg/static/plus.svg index 80ad900..58d2332 100644 --- a/svg/static/plus.svg +++ b/svg/static/plus.svg @@ -5,28 +5,154 @@ fill="none" xmlns="http://www.w3.org/2000/svg" > - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/question_arrow.svg b/svg/static/question_arrow.svg index 5189e91..c2ab3a2 100644 --- a/svg/static/question_arrow.svg +++ b/svg/static/question_arrow.svg @@ -5,24 +5,62 @@ fill="none" xmlns="http://www.w3.org/2000/svg" > - - + + + + - + + + + + + + + + + + diff --git a/svg/static/right_ptr.svg b/svg/static/right_ptr.svg index 1ea7f9d..3501cdd 100644 --- a/svg/static/right_ptr.svg +++ b/svg/static/right_ptr.svg @@ -5,28 +5,92 @@ fill="none" xmlns="http://www.w3.org/2000/svg" > - - - + + + + + + - + + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/right_tee.svg b/svg/static/right_tee.svg index 68afe5c..749a52e 100644 --- a/svg/static/right_tee.svg +++ b/svg/static/right_tee.svg @@ -5,16 +5,49 @@ fill="none" xmlns="http://www.w3.org/2000/svg" > - - + + + + + + + + + + + + + + diff --git a/svg/static/sb_down_arrow.svg b/svg/static/sb_down_arrow.svg index 5246ae8..af24418 100644 --- a/svg/static/sb_down_arrow.svg +++ b/svg/static/sb_down_arrow.svg @@ -5,16 +5,49 @@ fill="none" xmlns="http://www.w3.org/2000/svg" > - - + + + + + + + + + + + + + + diff --git a/svg/static/sb_h_double_arrow.svg b/svg/static/sb_h_double_arrow.svg index 5b8ba6d..12ee364 100644 --- a/svg/static/sb_h_double_arrow.svg +++ b/svg/static/sb_h_double_arrow.svg @@ -5,16 +5,49 @@ fill="none" xmlns="http://www.w3.org/2000/svg" > - - + + + + + + + + + + + + + + diff --git a/svg/static/sb_left_arrow.svg b/svg/static/sb_left_arrow.svg index cf995c3..7ab41d8 100644 --- a/svg/static/sb_left_arrow.svg +++ b/svg/static/sb_left_arrow.svg @@ -5,16 +5,49 @@ fill="none" xmlns="http://www.w3.org/2000/svg" > - - + + + + + + + + + + + + + + diff --git a/svg/static/sb_right_arrow.svg b/svg/static/sb_right_arrow.svg index abbc846..a2ace7c 100644 --- a/svg/static/sb_right_arrow.svg +++ b/svg/static/sb_right_arrow.svg @@ -5,16 +5,49 @@ fill="none" xmlns="http://www.w3.org/2000/svg" > - - + + + + + + + + + + + + + + diff --git a/svg/static/sb_up_arrow.svg b/svg/static/sb_up_arrow.svg index ca17339..f26f003 100644 --- a/svg/static/sb_up_arrow.svg +++ b/svg/static/sb_up_arrow.svg @@ -5,16 +5,49 @@ fill="none" xmlns="http://www.w3.org/2000/svg" > - - + + + + + + + + + + + + + + diff --git a/svg/static/sb_v_double_arrow.svg b/svg/static/sb_v_double_arrow.svg index 9b7668c..b3996de 100644 --- a/svg/static/sb_v_double_arrow.svg +++ b/svg/static/sb_v_double_arrow.svg @@ -5,16 +5,49 @@ fill="none" xmlns="http://www.w3.org/2000/svg" > - - + + + + + + + + + + + + + + diff --git a/svg/static/top_side.svg b/svg/static/top_side.svg index 1c21bc3..70240c2 100644 --- a/svg/static/top_side.svg +++ b/svg/static/top_side.svg @@ -5,16 +5,49 @@ fill="none" xmlns="http://www.w3.org/2000/svg" > - - + + + + + + + + + + + + + + diff --git a/svg/static/top_tee.svg b/svg/static/top_tee.svg index ec9a66e..bad9475 100644 --- a/svg/static/top_tee.svg +++ b/svg/static/top_tee.svg @@ -5,16 +5,49 @@ fill="none" xmlns="http://www.w3.org/2000/svg" > - - + + + + + + + + + + + + + + diff --git a/svg/static/ul_angle.svg b/svg/static/ul_angle.svg index 2c21817..fc7bbb2 100644 --- a/svg/static/ul_angle.svg +++ b/svg/static/ul_angle.svg @@ -5,16 +5,49 @@ fill="none" xmlns="http://www.w3.org/2000/svg" > - - + + + + + + + + + + + + + + diff --git a/svg/static/ur_angle.svg b/svg/static/ur_angle.svg index b090b1d..fdf4b28 100644 --- a/svg/static/ur_angle.svg +++ b/svg/static/ur_angle.svg @@ -5,16 +5,49 @@ fill="none" xmlns="http://www.w3.org/2000/svg" > - - + + + + + + + + + + + + + + diff --git a/svg/static/vertical-text.svg b/svg/static/vertical-text.svg index 6fde934..f2f3908 100644 --- a/svg/static/vertical-text.svg +++ b/svg/static/vertical-text.svg @@ -5,16 +5,52 @@ fill="none" xmlns="http://www.w3.org/2000/svg" > - - + + + + + + + + + + + + + + + diff --git a/svg/static/wayland-cursor.svg b/svg/static/wayland-cursor.svg index ba9518b..1e903cc 100644 --- a/svg/static/wayland-cursor.svg +++ b/svg/static/wayland-cursor.svg @@ -5,12 +5,45 @@ fill="none" xmlns="http://www.w3.org/2000/svg" > - - + + + + + + + + + + + + + + diff --git a/svg/static/xterm.svg b/svg/static/xterm.svg index bc4c1d0..8e3f54d 100644 --- a/svg/static/xterm.svg +++ b/svg/static/xterm.svg @@ -5,16 +5,52 @@ fill="none" xmlns="http://www.w3.org/2000/svg" > - - + + + + + + + + + + + + + + + diff --git a/svg/static/zoom-in.svg b/svg/static/zoom-in.svg index 8c093ae..4cda507 100644 --- a/svg/static/zoom-in.svg +++ b/svg/static/zoom-in.svg @@ -5,29 +5,99 @@ fill="none" xmlns="http://www.w3.org/2000/svg" > - - - + + + + - + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/zoom-out.svg b/svg/static/zoom-out.svg index 09bc9cf..f887dbe 100644 --- a/svg/static/zoom-out.svg +++ b/svg/static/zoom-out.svg @@ -5,29 +5,99 @@ fill="none" xmlns="http://www.w3.org/2000/svg" > - - - + + + + - + + + + + + + + + + + + + + + + + + + + + + + From 9d1bf110a99868f1d090bf0924c881356656e8f2 Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Sun, 21 Feb 2021 17:27:59 +0530 Subject: [PATCH 2/3] =?UTF-8?q?=F0=9F=96=BC=EF=B8=8F=20Preview=20with=20sh?= =?UTF-8?q?adows?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8cd33ca..f39bbd5 100644 --- a/README.md +++ b/README.md @@ -171,7 +171,7 @@ sudo mv macOSBigSur /usr/share/icons/

- +
macOSBigSur Cursors 🍎

From df41a88b0d902c5acd3a00cbd2e2a0fbc1ba2624 Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Sun, 21 Feb 2021 17:30:32 +0530 Subject: [PATCH 3/3] =?UTF-8?q?=F0=9F=9A=80=20Prepare=20v1.1.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 10 ++++++++++ bitmapper/package.json | 2 +- builder/setup.py | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6232748..bfd9ed4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [unreleased] +## [1.1.3] - 21 Feb 2021 + +### Changed + +- Preview with shadows cursors + +### Added + +- Shadow underneath cursor #41 fixed + ## [1.1.2] - 15 Feb 2021 ### Changed diff --git a/bitmapper/package.json b/bitmapper/package.json index 62f9232..515a3e3 100644 --- a/bitmapper/package.json +++ b/bitmapper/package.json @@ -1,6 +1,6 @@ { "name": "apple_cursor_bitmapper", - "version": "1.1.2", + "version": "1.1.3", "main": "index.js", "scripts": { "watch": "nodemon --inspect src/index.ts", diff --git a/builder/setup.py b/builder/setup.py index 208ea07..07835d2 100644 --- a/builder/setup.py +++ b/builder/setup.py @@ -5,7 +5,7 @@ from setuptools import setup setup( name="applbuild", - version="1.1.2", + version="1.1.3", description="Generate 'macOSBigSur' cursor theme from PNGs file", url="https://github.com/ful1e5/apple_cursor", packages=["applbuild"],