From 5822682f694d19a1840d7789235abfe682dbab74 Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Sat, 27 Nov 2021 15:14:48 +0530 Subject: [PATCH 1/4] Some cursors are very blurry on lower sizes fixed #74 --- CHANGELOG.md | 1 + svg/bigsur/static/cross.svg | 11 ++++----- svg/bigsur/static/plus.svg | 8 +++---- svg/bigsur/static/vertical-text.svg | 35 ++++++++++++++--------------- svg/bigsur/static/xterm.svg | 15 ++++++++----- 5 files changed, 38 insertions(+), 32 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 033a78a..6827871 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - fixed text cursor state in `xterm` & `vertical-text` (increase border size) #67 - bitmapper `core` as node package - macOSBigSur .svg files moved to `svgs/bigsur` directory +- Some cursors are very blurry on lower sizes fixed #74 ## [v1.2.2] - 31 Oct 2021 diff --git a/svg/bigsur/static/cross.svg b/svg/bigsur/static/cross.svg index 14baaeb..f6c3d09 100644 --- a/svg/bigsur/static/cross.svg +++ b/svg/bigsur/static/cross.svg @@ -1,18 +1,19 @@ - + + - + - + - - + + diff --git a/svg/bigsur/static/plus.svg b/svg/bigsur/static/plus.svg index 72c2947..52329ea 100644 --- a/svg/bigsur/static/plus.svg +++ b/svg/bigsur/static/plus.svg @@ -1,20 +1,20 @@ - + - + - - + + diff --git a/svg/bigsur/static/vertical-text.svg b/svg/bigsur/static/vertical-text.svg index d59470c..877f6de 100644 --- a/svg/bigsur/static/vertical-text.svg +++ b/svg/bigsur/static/vertical-text.svg @@ -1,19 +1,18 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/svg/bigsur/static/xterm.svg b/svg/bigsur/static/xterm.svg index 46f9ed0..1882f4e 100644 --- a/svg/bigsur/static/xterm.svg +++ b/svg/bigsur/static/xterm.svg @@ -1,12 +1,14 @@ - - - + + + + + + - - + @@ -15,5 +17,8 @@ + + + From ca8dc4c194f1633dea19ee08c4ceaa36f4f20f59 Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Sat, 27 Nov 2021 15:15:38 +0530 Subject: [PATCH 2/4] fix: `make install` command --- CHANGELOG.md | 5 ++++- Makefile | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6827871..d18b0a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `svg/*.py` module support inside `pyright` config +### Changed + +- Some cursors are very blurry on lower sizes fixed #74 + ## [v1.2.3] - 23 Nov 2021 ### Added @@ -31,7 +35,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - fixed text cursor state in `xterm` & `vertical-text` (increase border size) #67 - bitmapper `core` as node package - macOSBigSur .svg files moved to `svgs/bigsur` directory -- Some cursors are very blurry on lower sizes fixed #74 ## [v1.2.2] - 31 Oct 2021 diff --git a/Makefile b/Makefile index 118432f..05dff9e 100644 --- a/Makefile +++ b/Makefile @@ -57,14 +57,14 @@ install: $(src) @echo "> Installing '$(THEME_PREFIX)' cursors inside $(local)/..." @mkdir -p $(local) @cp -r ./themes/$(THEME_PREFIX)BigSur $(local_dest) - @cp -r ./themes/$(THEME_PREFIX)BigSur -White $(local_dest) && echo "> Installed!" + @cp -r ./themes/$(THEME_PREFIX)BigSur-White $(local_dest) @cp -r ./themes/$(THEME_PREFIX)Monterey $(local_dest) - @cp -r ./themes/$(THEME_PREFIX)Monterey -White $(local_dest) && echo "> Installed!" + @cp -r ./themes/$(THEME_PREFIX)Monterey-White $(local_dest) && echo "> Installed!" @else @echo "> Installing '$(THEME_PREFIX)' cursors inside $(root)/..." @mkdir -p $(root) @sudo cp -r ./themes/$(THEME_PREFIX)BigSur $(root_dest) - @sudo cp -r ./themes/$(THEME_PREFIX)BigSur-White $(root_dest) && echo "> Installed!" + @sudo cp -r ./themes/$(THEME_PREFIX)BigSur-White $(root_dest) @sudo cp -r ./themes/$(THEME_PREFIX)Monterey $(root_dest) @sudo cp -r ./themes/$(THEME_PREFIX)Monterey-White $(root_dest) && echo "> Installed!" @fi From 4783cf93cf70fbd0d7b59c7511f9fc8425471406 Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Sat, 27 Nov 2021 15:18:40 +0530 Subject: [PATCH 3/4] enhance: prettier bitmapping logs --- bitmapper/packages/bigsur/src/index.ts | 6 +++--- bitmapper/packages/monterey/src/index.ts | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bitmapper/packages/bigsur/src/index.ts b/bitmapper/packages/bigsur/src/index.ts index 34792d9..7289605 100644 --- a/bitmapper/packages/bigsur/src/index.ts +++ b/bitmapper/packages/bigsur/src/index.ts @@ -8,7 +8,7 @@ const svgDir = path.resolve(root, "svg", "bigsur"); const main = async () => { for (const { themeName, color } of config) { - console.log("=>", themeName); + console.log("Generating bitmaps for", themeName); const bitmapsDir = path.resolve(root, "bitmaps", themeName); const svg = new SVGHandler.SvgDirectoryParser(svgDir); @@ -17,14 +17,14 @@ const main = async () => { const browser = await png.getBrowser(); for (let { key, content } of svg.getStatic()) { - console.log(" -> Saving", key, "..."); + console.log(" ==> Saving", key, "..."); content = SVGHandler.colorSvg(content, color); await png.generateStatic(browser, content, key); } for (let { key, content } of svg.getAnimated()) { - console.log(" -> Saving", key, "..."); + console.log(" ==> Saving", key, "..."); content = SVGHandler.colorSvg(content, color); await png.generateAnimated(browser, content, key); diff --git a/bitmapper/packages/monterey/src/index.ts b/bitmapper/packages/monterey/src/index.ts index afcfc79..ac0a6b8 100644 --- a/bitmapper/packages/monterey/src/index.ts +++ b/bitmapper/packages/monterey/src/index.ts @@ -8,7 +8,7 @@ const svgDir = path.resolve(root, "svg", "monterey"); const main = async () => { for (const { themeName, color } of config) { - console.log("=>", themeName); + console.log("Generating bitmaps for", themeName); const bitmapsDir = path.resolve(root, "bitmaps", themeName); const svg = new SVGHandler.SvgDirectoryParser(svgDir); @@ -17,14 +17,14 @@ const main = async () => { const browser = await png.getBrowser(); for (let { key, content } of svg.getStatic()) { - console.log(" -> Saving", key, "..."); + console.log(" ==> Saving", key, "..."); content = SVGHandler.colorSvg(content, color); await png.generateStatic(browser, content, key); } for (let { key, content } of svg.getAnimated()) { - console.log(" -> Saving", key, "..."); + console.log(" ==> Saving", key, "..."); content = SVGHandler.colorSvg(content, color); await png.generateAnimated(browser, content, key); From 1ea61cc92f8f33197e41c8f573b6a2b791a13925 Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Sat, 27 Nov 2021 15:18:53 +0530 Subject: [PATCH 4/4] docs: changes log updated --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d18b0a9..435a37a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Some cursors are very blurry on lower sizes fixed #74 +- `make install` command fixed +- prettier bitmapping logs ## [v1.2.3] - 23 Nov 2021