diff options
author | Nico Weber <thakis@chromium.org> | 2021-02-09 13:48:56 -0500 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-02-09 20:10:00 +0100 |
commit | ae98f575d994aafa9e3639a58b4fb32c333185a9 (patch) | |
tree | f67e63a57ffbf2576d3238506e19be74f18762b7 | |
parent | 085f80aeac0a93114006e5dec4c4a021eb6ae716 (diff) | |
download | serenity-ae98f575d994aafa9e3639a58b4fb32c333185a9.zip |
Base: Add 2x versions of most cursors
I upsampled them in gimp using the "None" filter and manually cleaned up
the outline. The drop shadow is just upsampled using "None" and looks a
bit rough -- someone who knows how to do this either has to re-create
the shadow on the 2x bitmaps, or we need to remove the shadow from the
resource and render it in code at some point. Still, looks a lot better
than with the upsampled 1x bitmaps.
-rw-r--r-- | Base/res/cursors/crosshair-2x.png | bin | 0 -> 6630 bytes |
-rw-r--r-- | Base/res/cursors/move-2x.png | bin | 0 -> 10273 bytes |
-rw-r--r-- | Base/res/cursors/resize-column-2x.png | bin | 0 -> 8896 bytes |
-rw-r--r-- | Base/res/cursors/resize-diagonal-bltr-2x.png | bin | 0 -> 9283 bytes |
-rw-r--r-- | Base/res/cursors/resize-diagonal-tlbr-2x.png | bin | 0 -> 9284 bytes |
-rw-r--r-- | Base/res/cursors/resize-horizontal-2x.png | bin | 0 -> 9018 bytes |
-rw-r--r-- | Base/res/cursors/resize-row-2x.png | bin | 0 -> 8746 bytes |
-rw-r--r-- | Base/res/cursors/resize-vertical-2x.png | bin | 0 -> 8723 bytes |
8 files changed, 0 insertions, 0 deletions
diff --git a/Base/res/cursors/crosshair-2x.png b/Base/res/cursors/crosshair-2x.png Binary files differnew file mode 100644 index 0000000000..f1abec7a34 --- /dev/null +++ b/Base/res/cursors/crosshair-2x.png diff --git a/Base/res/cursors/move-2x.png b/Base/res/cursors/move-2x.png Binary files differnew file mode 100644 index 0000000000..867ad89ff1 --- /dev/null +++ b/Base/res/cursors/move-2x.png diff --git a/Base/res/cursors/resize-column-2x.png b/Base/res/cursors/resize-column-2x.png Binary files differnew file mode 100644 index 0000000000..96b2f3ccb3 --- /dev/null +++ b/Base/res/cursors/resize-column-2x.png diff --git a/Base/res/cursors/resize-diagonal-bltr-2x.png b/Base/res/cursors/resize-diagonal-bltr-2x.png Binary files differnew file mode 100644 index 0000000000..977a92bb7e --- /dev/null +++ b/Base/res/cursors/resize-diagonal-bltr-2x.png diff --git a/Base/res/cursors/resize-diagonal-tlbr-2x.png b/Base/res/cursors/resize-diagonal-tlbr-2x.png Binary files differnew file mode 100644 index 0000000000..06eebf8ca4 --- /dev/null +++ b/Base/res/cursors/resize-diagonal-tlbr-2x.png diff --git a/Base/res/cursors/resize-horizontal-2x.png b/Base/res/cursors/resize-horizontal-2x.png Binary files differnew file mode 100644 index 0000000000..39df590736 --- /dev/null +++ b/Base/res/cursors/resize-horizontal-2x.png diff --git a/Base/res/cursors/resize-row-2x.png b/Base/res/cursors/resize-row-2x.png Binary files differnew file mode 100644 index 0000000000..0fa4c2ece9 --- /dev/null +++ b/Base/res/cursors/resize-row-2x.png diff --git a/Base/res/cursors/resize-vertical-2x.png b/Base/res/cursors/resize-vertical-2x.png Binary files differnew file mode 100644 index 0000000000..2867f30404 --- /dev/null +++ b/Base/res/cursors/resize-vertical-2x.png |