From 44aa74c328917194f591070fd5ce6808881b55a9 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Wed, 15 Mar 2017 22:21:55 -0700 Subject: Icon refresh. I lost the original vector graphic inputs that went into the icon. This is a superior re-make. Better artwork, better post-processing quality, more sizes. * Makefile (win/%.res): Add win/*.ico as a pattern prerequisite, so that the resource file is regenerated when the icon changes. * win/txr.ico: Updated icon, now in sizes 16, 32, 48, 64, 96, 128, 192 and 256. * win/txr.xcf: Updated GIMP file. * win/txr.svg: New file. --- win/txr.ico | Bin 15086 -> 307241 bytes win/txr.svg | 105 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ win/txr.xcf | Bin 7366 -> 252863 bytes 3 files changed, 105 insertions(+) create mode 100755 win/txr.svg (limited to 'win') diff --git a/win/txr.ico b/win/txr.ico index 9f577771..3a985d90 100644 Binary files a/win/txr.ico and b/win/txr.ico differ diff --git a/win/txr.svg b/win/txr.svg new file mode 100755 index 00000000..ced3d2b5 --- /dev/null +++ b/win/txr.svg @@ -0,0 +1,105 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/win/txr.xcf b/win/txr.xcf index 9231eed3..9874b516 100644 Binary files a/win/txr.xcf and b/win/txr.xcf differ -- cgit v1.2.3