aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Baumgartner <dev@igsor.net>2023-01-12 17:12:32 +0100
committerMatthias Baumgartner <dev@igsor.net>2023-01-12 17:12:32 +0100
commit233d8541c0ddfadd5905ba99acf700eb6462af2b (patch)
tree177542f0a63a9cfa7dcfba1e76baf7e4b8ac399c
parent42b68c8d38a2e8ea4b50b87b69ba5d1ab2f19472 (diff)
downloadtagit-233d8541c0ddfadd5905ba99acf700eb6462af2b.tar.gz
tagit-233d8541c0ddfadd5905ba99acf700eb6462af2b.tar.bz2
tagit-233d8541c0ddfadd5905ba99acf700eb6462af2b.zip
assets fixes
-rw-r--r--tagit/assets/icons/kivy/browser-0.pngbin7317 -> 0 bytes
-rw-r--r--tagit/assets/icons/kivy/browser.atlas1
-rwxr-xr-xtagit/assets/icons/kivy/make.sh2
-rw-r--r--tagit/assets/icons/kivy/misc-0.pngbin5845 -> 0 bytes
-rw-r--r--tagit/assets/icons/kivy/misc.atlas1
-rw-r--r--tagit/assets/icons/kivy/planes-0.pngbin2261 -> 0 bytes
-rw-r--r--tagit/assets/icons/kivy/planes.atlas1
7 files changed, 1 insertions, 4 deletions
diff --git a/tagit/assets/icons/kivy/browser-0.png b/tagit/assets/icons/kivy/browser-0.png
deleted file mode 100644
index 2c049d2..0000000
--- a/tagit/assets/icons/kivy/browser-0.png
+++ /dev/null
Binary files differ
diff --git a/tagit/assets/icons/kivy/browser.atlas b/tagit/assets/icons/kivy/browser.atlas
deleted file mode 100644
index 5f15d55..0000000
--- a/tagit/assets/icons/kivy/browser.atlas
+++ /dev/null
@@ -1 +0,0 @@
-{"browser-0.png": {"cursor_down": [2, 0, 30, 30], "cursor_first": [34, 0, 30, 30], "cursor_last": [66, 0, 30, 30], "cursor_left": [98, 0, 30, 30], "cursor_right": [130, 0, 30, 30], "cursor_up": [162, 0, 30, 30], "next_page": [194, 0, 30, 30], "previous_page": [226, 0, 30, 30], "scroll_down": [258, 0, 30, 30], "scroll_up": [290, 0, 30, 30], "select_add": [322, 0, 30, 30], "select_all": [354, 0, 30, 30], "select_invert": [386, 0, 30, 30], "select_multi": [418, 0, 30, 30], "select_none": [450, 0, 30, 30], "select": [482, 0, 30, 30], "select_range": [514, 0, 30, 30], "select_single": [546, 0, 30, 30], "select_sub": [578, 0, 30, 30], "zoom_in": [610, 0, 30, 30], "zoom_out": [642, 0, 30, 30]}} \ No newline at end of file
diff --git a/tagit/assets/icons/kivy/make.sh b/tagit/assets/icons/kivy/make.sh
index d5f1ebe..41a2741 100755
--- a/tagit/assets/icons/kivy/make.sh
+++ b/tagit/assets/icons/kivy/make.sh
@@ -11,7 +11,7 @@ for prefix in `find ../scalable/* -type d`; do
# keep the file name but change the extension to png
filename=$(basename "${path}")
filename="${filename/\.svg/.png}"
- inkscape -z -w 30 -h 30 "${path}" -e "${dirname}/${filename}"
+ inkscape -z -w 30 -h 30 "${path}" -o "${dirname}/${filename}"
done
done
diff --git a/tagit/assets/icons/kivy/misc-0.png b/tagit/assets/icons/kivy/misc-0.png
deleted file mode 100644
index 5cbfda9..0000000
--- a/tagit/assets/icons/kivy/misc-0.png
+++ /dev/null
Binary files differ
diff --git a/tagit/assets/icons/kivy/misc.atlas b/tagit/assets/icons/kivy/misc.atlas
deleted file mode 100644
index 23b4f37..0000000
--- a/tagit/assets/icons/kivy/misc.atlas
+++ /dev/null
@@ -1 +0,0 @@
-{"misc-0.png": {"clip_copy": [2, 0, 30, 30], "clip_paste": [34, 0, 30, 30], "console": [66, 0, 30, 30], "help": [98, 0, 30, 30], "internal": [130, 0, 30, 30], "menu": [162, 0, 30, 30], "open_external": [194, 0, 30, 30], "settings": [226, 0, 30, 30], "shell": [258, 0, 30, 30]}} \ No newline at end of file
diff --git a/tagit/assets/icons/kivy/planes-0.png b/tagit/assets/icons/kivy/planes-0.png
deleted file mode 100644
index a999f9a..0000000
--- a/tagit/assets/icons/kivy/planes-0.png
+++ /dev/null
Binary files differ
diff --git a/tagit/assets/icons/kivy/planes.atlas b/tagit/assets/icons/kivy/planes.atlas
deleted file mode 100644
index 811d2df..0000000
--- a/tagit/assets/icons/kivy/planes.atlas
+++ /dev/null
@@ -1 +0,0 @@
-{"planes-0.png": {"browsing": [2, 0, 30, 30], "codash": [34, 0, 30, 30], "dashboard": [66, 0, 30, 30]}} \ No newline at end of file