From db933018ec13d6e3eab1276b5547512054aed8f2 Mon Sep 17 00:00:00 2001 From: Michael Kavanagh Date: Sun, 13 Dec 2020 20:18:10 +0000 Subject: [PATCH] Icons: use dark grey to improve contrast --- bitmaps_png/cpp_24/align_items.cpp | 16 ++++++++-------- bitmaps_png/cpp_24/align_items_bottom.cpp | 14 +++++++------- bitmaps_png/cpp_24/align_items_center.cpp | 18 +++++++++--------- bitmaps_png/cpp_24/align_items_left.cpp | 14 +++++++------- bitmaps_png/cpp_24/align_items_middle.cpp | 18 +++++++++--------- bitmaps_png/cpp_24/align_items_right.cpp | 16 ++++++++-------- bitmaps_png/cpp_24/align_items_top.cpp | 10 +++++----- bitmaps_png/cpp_24/array.cpp | 8 ++++---- bitmaps_png/sources/align_items.svg | 2 +- bitmaps_png/sources/align_items_bottom.svg | 2 +- bitmaps_png/sources/align_items_center.svg | 2 +- bitmaps_png/sources/align_items_left.svg | 2 +- bitmaps_png/sources/align_items_middle.svg | 2 +- bitmaps_png/sources/align_items_right.svg | 2 +- bitmaps_png/sources/align_items_top.svg | 2 +- bitmaps_png/sources/array.svg | 2 +- 16 files changed, 65 insertions(+), 65 deletions(-) diff --git a/bitmaps_png/cpp_24/align_items.cpp b/bitmaps_png/cpp_24/align_items.cpp index c7301bc531..f3644cbfeb 100644 --- a/bitmaps_png/cpp_24/align_items.cpp +++ b/bitmaps_png/cpp_24/align_items.cpp @@ -8,14 +8,14 @@ static const unsigned char png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18, 0x08, 0x06, 0x00, 0x00, 0x00, 0xe0, 0x77, 0x3d, - 0xf8, 0x00, 0x00, 0x00, 0x5a, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7, 0x63, 0x90, 0x6a, 0x3c, 0x72, - 0x10, 0x84, 0x19, 0x68, 0x05, 0x80, 0x86, 0xff, 0x07, 0xe1, 0xe1, 0x61, 0xc1, 0xce, 0x9d, 0x3b, - 0xff, 0x91, 0x83, 0xff, 0xff, 0xff, 0xcf, 0x48, 0xac, 0x05, 0xff, 0xc9, 0xc1, 0x0d, 0x0d, 0x0d, - 0x4c, 0xa3, 0x16, 0x8c, 0x5a, 0x40, 0x27, 0x0b, 0x40, 0x0a, 0xc9, 0xc1, 0x43, 0x3f, 0x27, 0xe3, - 0xc3, 0x54, 0x89, 0x03, 0x7c, 0x78, 0xd4, 0x82, 0x51, 0x0b, 0xa8, 0x6c, 0x01, 0xb9, 0x39, 0x19, - 0x6f, 0x2e, 0xa7, 0x79, 0x4e, 0x96, 0x6c, 0x3a, 0xb2, 0x1f, 0x84, 0x69, 0x65, 0x3e, 0x00, 0x6f, - 0x25, 0x29, 0x00, 0x0e, 0x08, 0x4f, 0x95, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, - 0x42, 0x60, 0x82, + 0xf8, 0x00, 0x00, 0x00, 0x59, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7, 0x63, 0x90, 0x6a, 0x3c, 0x72, + 0x10, 0x84, 0x19, 0x68, 0x05, 0x80, 0x86, 0xff, 0x07, 0xe1, 0xe1, 0x61, 0x41, 0x48, 0x48, 0xc8, + 0x3f, 0x72, 0x30, 0x50, 0x2b, 0x23, 0xb1, 0x16, 0xfc, 0x27, 0x07, 0x37, 0x34, 0x34, 0x30, 0x8d, + 0x5a, 0x30, 0x6a, 0x01, 0x9d, 0x2c, 0x00, 0x29, 0x24, 0x07, 0x0f, 0xfd, 0x9c, 0x8c, 0x37, 0x97, + 0x53, 0x23, 0x0e, 0xf0, 0xe1, 0x51, 0x0b, 0x46, 0x2d, 0xa0, 0xb2, 0x05, 0xe4, 0xe6, 0x64, 0xbc, + 0xb9, 0x9c, 0xe6, 0x39, 0x59, 0xb2, 0xe9, 0xc8, 0x7e, 0x10, 0xa6, 0x95, 0xf9, 0x00, 0xbb, 0x43, + 0xda, 0x7d, 0x5c, 0x63, 0xe5, 0xbb, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, + 0x60, 0x82, }; const BITMAP_OPAQUE align_items_xpm[1] = {{ png, sizeof( png ), "align_items_xpm" }}; diff --git a/bitmaps_png/cpp_24/align_items_bottom.cpp b/bitmaps_png/cpp_24/align_items_bottom.cpp index 5d61be877a..749c446eca 100644 --- a/bitmaps_png/cpp_24/align_items_bottom.cpp +++ b/bitmaps_png/cpp_24/align_items_bottom.cpp @@ -8,13 +8,13 @@ static const unsigned char png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18, 0x08, 0x06, 0x00, 0x00, 0x00, 0xe0, 0x77, 0x3d, - 0xf8, 0x00, 0x00, 0x00, 0x57, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7, 0xed, 0xcf, 0xb1, 0x0d, 0x80, - 0x40, 0x0c, 0x43, 0x51, 0xfb, 0xc6, 0x60, 0x93, 0x34, 0xb4, 0x37, 0x56, 0xcc, 0x66, 0x20, 0xb1, - 0x16, 0x0a, 0x0d, 0x25, 0x57, 0x1c, 0x52, 0x2a, 0xf2, 0x07, 0xf0, 0x93, 0x89, 0x27, 0x49, 0xcd, - 0xcc, 0x2e, 0x8c, 0x8b, 0xde, 0x7b, 0xc3, 0x64, 0x2c, 0xa0, 0x80, 0x57, 0x40, 0xd2, 0x10, 0x72, - 0xf7, 0x20, 0x19, 0x9f, 0x81, 0xd9, 0xa7, 0x05, 0x14, 0x50, 0x40, 0x01, 0xff, 0x02, 0xb2, 0xe2, - 0xb2, 0x9d, 0x07, 0x80, 0x35, 0x63, 0x3c, 0x88, 0x3d, 0x1d, 0xb8, 0x01, 0x67, 0x14, 0xbc, 0x55, - 0xde, 0xe6, 0x41, 0xbb, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82, + 0xf8, 0x00, 0x00, 0x00, 0x56, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7, 0xed, 0xcf, 0xc1, 0x0d, 0x80, + 0x30, 0x0c, 0x43, 0x51, 0xa7, 0x63, 0x30, 0x0c, 0xb3, 0x99, 0x7d, 0x32, 0x04, 0x95, 0x18, 0x21, + 0xeb, 0xa0, 0x70, 0xe1, 0x48, 0x0f, 0xad, 0x94, 0x13, 0xfe, 0x03, 0xf8, 0xc9, 0x86, 0x37, 0x92, + 0x2d, 0x22, 0x6e, 0x8c, 0x4b, 0x77, 0x6f, 0x98, 0xcc, 0x04, 0x08, 0xf8, 0x04, 0x48, 0x0e, 0x21, + 0x92, 0x09, 0x20, 0x97, 0x81, 0xd9, 0xa7, 0x02, 0x04, 0x08, 0x10, 0xf0, 0x2f, 0xa0, 0x2a, 0xdb, + 0x8e, 0xab, 0x03, 0xd8, 0x2b, 0xc6, 0xd3, 0x70, 0x96, 0x03, 0x0f, 0x52, 0xdc, 0x25, 0x64, 0x4d, + 0xf5, 0x53, 0xea, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82, }; const BITMAP_OPAQUE align_items_bottom_xpm[1] = {{ png, sizeof( png ), "align_items_bottom_xpm" }}; diff --git a/bitmaps_png/cpp_24/align_items_center.cpp b/bitmaps_png/cpp_24/align_items_center.cpp index 4054298866..715b457f68 100644 --- a/bitmaps_png/cpp_24/align_items_center.cpp +++ b/bitmaps_png/cpp_24/align_items_center.cpp @@ -8,15 +8,15 @@ static const unsigned char png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18, 0x08, 0x06, 0x00, 0x00, 0x00, 0xe0, 0x77, 0x3d, - 0xf8, 0x00, 0x00, 0x00, 0x73, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7, 0x63, 0x64, 0xa0, 0x31, 0x60, - 0x84, 0x31, 0x1a, 0x1a, 0x1a, 0x98, 0x2c, 0x2d, 0x2d, 0xff, 0xe2, 0x51, 0xfb, 0xdf, 0xdd, 0xdd, - 0x9d, 0x69, 0xd4, 0x02, 0x82, 0x16, 0xfc, 0xff, 0xff, 0x9f, 0x71, 0xd7, 0xae, 0x5d, 0xff, 0xf0, - 0xa8, 0xfb, 0xe7, 0xee, 0xee, 0xce, 0x4c, 0xb6, 0x05, 0xa4, 0xfa, 0x74, 0xd4, 0x82, 0x91, 0x60, - 0x81, 0x54, 0xe3, 0x91, 0x83, 0x0c, 0x0c, 0x0c, 0x76, 0x8c, 0x0c, 0xff, 0x19, 0xe6, 0x59, 0x7c, - 0xc3, 0xad, 0x8b, 0x81, 0x81, 0x21, 0xe9, 0x04, 0x37, 0x03, 0xb1, 0xea, 0x18, 0x18, 0x18, 0x18, - 0xfe, 0x33, 0x32, 0x1c, 0xa0, 0xbd, 0x05, 0xa3, 0x91, 0x3c, 0x6a, 0x01, 0xfd, 0x2d, 0xa0, 0x79, - 0x71, 0x3d, 0x82, 0xab, 0x4c, 0x5a, 0x01, 0x00, 0x91, 0xc2, 0xcc, 0x55, 0x93, 0x17, 0xd8, 0xe7, - 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82, + 0xf8, 0x00, 0x00, 0x00, 0x70, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7, 0x63, 0x64, 0xa0, 0x31, 0x60, + 0x84, 0x31, 0x1a, 0x1a, 0x1a, 0x98, 0xae, 0x5c, 0xb9, 0xf2, 0x17, 0x8f, 0xda, 0xff, 0x6b, 0xd6, + 0xac, 0x61, 0x1a, 0xb5, 0x80, 0x18, 0x0b, 0x18, 0x43, 0x42, 0x42, 0xfe, 0xe1, 0x51, 0xf7, 0x6f, + 0xcd, 0x9a, 0x35, 0xcc, 0x64, 0x5b, 0x40, 0xaa, 0x4f, 0x47, 0x2d, 0x18, 0x09, 0x16, 0x48, 0x35, + 0x1e, 0x39, 0xc8, 0xc0, 0xc0, 0x60, 0xc7, 0xc8, 0xf0, 0x9f, 0xc1, 0xf2, 0xf2, 0x44, 0x3c, 0x09, + 0x9a, 0x91, 0xe1, 0x98, 0x4e, 0x3e, 0x03, 0xb1, 0xea, 0x18, 0x18, 0x18, 0x18, 0xfe, 0x33, 0x32, + 0x1c, 0xa0, 0xbd, 0x05, 0xa3, 0x91, 0x3c, 0x6a, 0x01, 0xfd, 0x2d, 0xa0, 0x79, 0x71, 0x3d, 0x82, + 0xab, 0x4c, 0x5a, 0x01, 0x00, 0x1c, 0xe0, 0x22, 0x64, 0x72, 0xb1, 0xdf, 0x1b, 0x00, 0x00, 0x00, + 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82, }; const BITMAP_OPAQUE align_items_center_xpm[1] = {{ png, sizeof( png ), "align_items_center_xpm" }}; diff --git a/bitmaps_png/cpp_24/align_items_left.cpp b/bitmaps_png/cpp_24/align_items_left.cpp index 7a670e0c37..0aad45b42d 100644 --- a/bitmaps_png/cpp_24/align_items_left.cpp +++ b/bitmaps_png/cpp_24/align_items_left.cpp @@ -8,13 +8,13 @@ static const unsigned char png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18, 0x08, 0x06, 0x00, 0x00, 0x00, 0xe0, 0x77, 0x3d, - 0xf8, 0x00, 0x00, 0x00, 0x57, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7, 0x63, 0x90, 0x6a, 0x3c, 0x72, - 0x06, 0x84, 0x19, 0x68, 0x05, 0x80, 0x86, 0xff, 0x07, 0xe1, 0xe1, 0x61, 0xc1, 0xce, 0x9d, 0x3b, - 0xff, 0x91, 0x83, 0xff, 0xff, 0xff, 0xcf, 0x48, 0xac, 0x05, 0xff, 0xc9, 0xc1, 0x0d, 0x0d, 0x0d, - 0x4c, 0xa3, 0x16, 0x8c, 0x5a, 0x40, 0x27, 0x0b, 0x40, 0x0a, 0xc9, 0xc1, 0x43, 0x3f, 0x27, 0xe3, - 0xc3, 0x54, 0x89, 0x03, 0x7c, 0x78, 0xd4, 0x82, 0x51, 0x0b, 0xa8, 0x6c, 0x01, 0xb9, 0x39, 0x19, - 0x6f, 0x2e, 0xa7, 0x47, 0x4e, 0xde, 0x02, 0xc2, 0xb4, 0x32, 0x1f, 0x00, 0x2e, 0xf0, 0x29, 0x00, - 0xe9, 0x0d, 0x75, 0xa8, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82, + 0xf8, 0x00, 0x00, 0x00, 0x56, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7, 0x63, 0x90, 0x6a, 0x3c, 0x72, + 0x06, 0x84, 0x19, 0x68, 0x05, 0x80, 0x86, 0xff, 0x07, 0xe1, 0xe1, 0x61, 0x41, 0x48, 0x48, 0xc8, + 0x3f, 0x72, 0x30, 0x50, 0x2b, 0x23, 0xb1, 0x16, 0xfc, 0x27, 0x07, 0x37, 0x34, 0x34, 0x30, 0x8d, + 0x5a, 0x30, 0x6a, 0x01, 0x9d, 0x2c, 0x00, 0x29, 0x24, 0x07, 0x0f, 0xfd, 0x9c, 0x8c, 0x37, 0x97, + 0x53, 0x23, 0x0e, 0xf0, 0xe1, 0x51, 0x0b, 0x46, 0x2d, 0xa0, 0xb2, 0x05, 0xe4, 0xe6, 0x64, 0xbc, + 0xb9, 0x9c, 0x1e, 0x39, 0x79, 0x0b, 0x08, 0xd3, 0xca, 0x7c, 0x00, 0x7b, 0x0e, 0xda, 0x7d, 0x44, + 0xc9, 0x53, 0xaa, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82, }; const BITMAP_OPAQUE align_items_left_xpm[1] = {{ png, sizeof( png ), "align_items_left_xpm" }}; diff --git a/bitmaps_png/cpp_24/align_items_middle.cpp b/bitmaps_png/cpp_24/align_items_middle.cpp index 0fe43ec330..41483be963 100644 --- a/bitmaps_png/cpp_24/align_items_middle.cpp +++ b/bitmaps_png/cpp_24/align_items_middle.cpp @@ -8,15 +8,15 @@ static const unsigned char png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18, 0x08, 0x06, 0x00, 0x00, 0x00, 0xe0, 0x77, 0x3d, - 0xf8, 0x00, 0x00, 0x00, 0x70, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7, 0x63, 0x60, 0x20, 0x01, 0x48, - 0x35, 0x1e, 0x39, 0x08, 0xc2, 0x0c, 0xb4, 0x02, 0x40, 0xc3, 0xff, 0x83, 0xf0, 0xe0, 0xb6, 0x60, - 0xe7, 0xce, 0x9d, 0xff, 0x70, 0xe1, 0x1d, 0x3b, 0x77, 0xfe, 0x07, 0x61, 0x7c, 0x6a, 0x88, 0xb1, - 0xe0, 0x3f, 0x25, 0x78, 0xd4, 0x82, 0x51, 0x0b, 0xe8, 0x60, 0x41, 0x43, 0x43, 0x03, 0x13, 0x2e, - 0x2c, 0xdd, 0x78, 0xf8, 0x3f, 0x08, 0xe3, 0x53, 0x33, 0x30, 0x39, 0x19, 0x5f, 0xce, 0x24, 0x35, - 0x27, 0x63, 0xcd, 0xd5, 0x94, 0x86, 0x3b, 0xc1, 0xf8, 0x18, 0xb5, 0x60, 0xd4, 0x02, 0xca, 0x2d, - 0xc0, 0x97, 0x33, 0x49, 0xcd, 0xc9, 0x14, 0xe5, 0x6a, 0x9a, 0x57, 0xfa, 0x92, 0x4d, 0x47, 0xf6, - 0x83, 0x30, 0x29, 0x7a, 0x00, 0xe1, 0xc3, 0x1a, 0x1f, 0x09, 0x7f, 0xa9, 0xf0, 0x00, 0x00, 0x00, - 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82, + 0xf8, 0x00, 0x00, 0x00, 0x6f, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7, 0x63, 0x60, 0x20, 0x01, 0x48, + 0x35, 0x1e, 0x39, 0x08, 0xc2, 0x0c, 0xb4, 0x02, 0x40, 0xc3, 0xff, 0x83, 0xf0, 0xe0, 0xb6, 0x20, + 0x24, 0x24, 0xe4, 0x1f, 0x4e, 0x1c, 0x1a, 0xfa, 0x1f, 0x8c, 0xf1, 0xa8, 0x21, 0xc6, 0x82, 0xff, + 0x94, 0xe0, 0x51, 0x0b, 0x46, 0x2d, 0xa0, 0x83, 0x05, 0x0d, 0x0d, 0x0d, 0x4c, 0xb8, 0xb0, 0x74, + 0xe3, 0xe1, 0xff, 0x20, 0x8c, 0x4f, 0xcd, 0xc0, 0xe4, 0x64, 0xbc, 0xb9, 0x97, 0xc4, 0x9c, 0x8c, + 0x35, 0x57, 0x53, 0x1a, 0xee, 0x04, 0xe3, 0x63, 0xd4, 0x82, 0x51, 0x0b, 0x28, 0xb7, 0x00, 0x5f, + 0xce, 0x24, 0x35, 0x27, 0x53, 0x94, 0xab, 0x69, 0x5e, 0xe9, 0x4b, 0x36, 0x1d, 0xd9, 0x0f, 0xc2, + 0xa4, 0xe8, 0x01, 0x00, 0xb7, 0x14, 0xb2, 0x3d, 0x95, 0xc6, 0x2c, 0x3b, 0x00, 0x00, 0x00, 0x00, + 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82, }; const BITMAP_OPAQUE align_items_middle_xpm[1] = {{ png, sizeof( png ), "align_items_middle_xpm" }}; diff --git a/bitmaps_png/cpp_24/align_items_right.cpp b/bitmaps_png/cpp_24/align_items_right.cpp index bbfa83d952..cf55cbf7e8 100644 --- a/bitmaps_png/cpp_24/align_items_right.cpp +++ b/bitmaps_png/cpp_24/align_items_right.cpp @@ -8,14 +8,14 @@ static const unsigned char png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18, 0x08, 0x06, 0x00, 0x00, 0x00, 0xe0, 0x77, 0x3d, - 0xf8, 0x00, 0x00, 0x00, 0x61, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7, 0x63, 0x60, 0xa0, 0x11, 0x90, - 0x6a, 0x3c, 0x72, 0x10, 0x88, 0x0f, 0x33, 0xd0, 0xd0, 0x82, 0x7f, 0x40, 0xfc, 0x7f, 0xe0, 0x2c, - 0xf8, 0xff, 0xff, 0x3f, 0xe3, 0xce, 0x9d, 0x3b, 0xff, 0x91, 0x83, 0x89, 0xb2, 0xa0, 0xa1, 0xa1, - 0x81, 0x09, 0xa8, 0xf8, 0x3f, 0x39, 0x78, 0xd4, 0x82, 0x51, 0x0b, 0xe8, 0x64, 0x01, 0xcc, 0x12, - 0x72, 0x30, 0x7d, 0x73, 0x32, 0xb9, 0xb9, 0x95, 0xe8, 0x9c, 0x4c, 0x6e, 0x38, 0x13, 0x1d, 0x07, - 0xa3, 0x16, 0x8c, 0x5a, 0x40, 0xb9, 0x05, 0xe4, 0xe6, 0xd6, 0xc1, 0x93, 0x93, 0x69, 0x68, 0xc1, - 0x3e, 0xe9, 0xc6, 0xa3, 0x07, 0x00, 0xa8, 0xdc, 0x28, 0xee, 0x57, 0xef, 0xa7, 0xfd, 0x00, 0x00, - 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82, + 0xf8, 0x00, 0x00, 0x00, 0x5e, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7, 0x63, 0x60, 0xa0, 0x11, 0x90, + 0x6a, 0x3c, 0x72, 0x10, 0x88, 0x0f, 0x33, 0xd0, 0xd0, 0x82, 0x7f, 0x40, 0xfc, 0x7f, 0x40, 0x2d, + 0x60, 0x0c, 0x09, 0x09, 0xf9, 0x47, 0x0e, 0x26, 0xca, 0x82, 0x86, 0x86, 0x06, 0x26, 0xa0, 0xe2, + 0xff, 0xe4, 0xe0, 0x51, 0x0b, 0x46, 0x2d, 0xa0, 0x93, 0x05, 0x30, 0x4b, 0xc8, 0xc1, 0xf4, 0xcd, + 0xc9, 0xe4, 0xe6, 0x56, 0xa2, 0x73, 0x32, 0xb9, 0xe1, 0x4c, 0x74, 0x1c, 0x8c, 0x5a, 0x30, 0x6a, + 0x01, 0xe5, 0x16, 0x90, 0x9b, 0x5b, 0x07, 0x4f, 0x4e, 0xa6, 0xa1, 0x05, 0xfb, 0xa4, 0x1b, 0x8f, + 0x1e, 0x00, 0x00, 0x68, 0x4f, 0xda, 0x6b, 0xb7, 0x72, 0xad, 0xe8, 0x00, 0x00, 0x00, 0x00, 0x49, + 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82, }; const BITMAP_OPAQUE align_items_right_xpm[1] = {{ png, sizeof( png ), "align_items_right_xpm" }}; diff --git a/bitmaps_png/cpp_24/align_items_top.cpp b/bitmaps_png/cpp_24/align_items_top.cpp index 7e718fd7b7..be7274cc74 100644 --- a/bitmaps_png/cpp_24/align_items_top.cpp +++ b/bitmaps_png/cpp_24/align_items_top.cpp @@ -10,11 +10,11 @@ static const unsigned char png[] = { 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18, 0x08, 0x06, 0x00, 0x00, 0x00, 0xe0, 0x77, 0x3d, 0xf8, 0x00, 0x00, 0x00, 0x59, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7, 0x63, 0x94, 0x6a, 0x3c, 0x72, 0x90, 0x81, 0x81, 0xc1, 0x8e, 0x81, 0x06, 0xe0, 0x3f, 0x23, 0xc3, 0x01, 0x46, 0x9a, 0x5b, 0xc0, - 0x40, 0x63, 0x00, 0xb7, 0xa0, 0xa1, 0xa1, 0x81, 0xc9, 0xd2, 0xd2, 0xf2, 0x2f, 0x3e, 0x07, 0xb9, - 0xbb, 0xbb, 0x33, 0x11, 0xab, 0x6e, 0xd4, 0x82, 0x51, 0x0b, 0x46, 0x2d, 0x18, 0xb5, 0x60, 0xd4, - 0x02, 0x42, 0x1a, 0x1b, 0x1a, 0x1a, 0x98, 0x70, 0x29, 0xaa, 0xaf, 0xaf, 0xff, 0xcf, 0xc8, 0xc8, - 0xf8, 0x9f, 0x22, 0x0b, 0x68, 0x5a, 0x1f, 0x8c, 0x5a, 0x30, 0xf4, 0x2c, 0x00, 0x00, 0xf3, 0x3a, - 0xbc, 0x55, 0x64, 0x93, 0x6a, 0x0e, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, + 0x40, 0x63, 0x00, 0xb7, 0xa0, 0xa1, 0xa1, 0x81, 0xe9, 0xca, 0x95, 0x2b, 0x7f, 0xf1, 0x39, 0x68, + 0xcd, 0x9a, 0x35, 0x4c, 0xc4, 0xaa, 0x1b, 0xb5, 0x60, 0xd4, 0x82, 0x51, 0x0b, 0x46, 0x2d, 0x18, + 0xb5, 0x80, 0x90, 0xc6, 0x86, 0x86, 0x06, 0x26, 0x5c, 0x8a, 0x1a, 0x1a, 0x1a, 0xfe, 0x33, 0x30, + 0x30, 0xfc, 0xa7, 0xc8, 0x02, 0x9a, 0xd6, 0x07, 0xa3, 0x16, 0x0c, 0x3d, 0x0b, 0x00, 0xe9, 0x8a, + 0x25, 0x64, 0x67, 0x30, 0x52, 0xb4, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82, }; diff --git a/bitmaps_png/cpp_24/array.cpp b/bitmaps_png/cpp_24/array.cpp index 34c46d3361..60da93f4b5 100644 --- a/bitmaps_png/cpp_24/array.cpp +++ b/bitmaps_png/cpp_24/array.cpp @@ -8,12 +8,12 @@ static const unsigned char png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18, 0x08, 0x06, 0x00, 0x00, 0x00, 0xe0, 0x77, 0x3d, - 0xf8, 0x00, 0x00, 0x00, 0x49, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7, 0x63, 0xdc, 0xb9, 0x73, 0xe7, - 0x7f, 0x06, 0x02, 0xc0, 0xdd, 0xdd, 0x9d, 0x11, 0x44, 0x93, 0xa2, 0x16, 0x06, 0x98, 0x18, 0x68, + 0xf8, 0x00, 0x00, 0x00, 0x49, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7, 0x63, 0x0c, 0x09, 0x09, 0xf9, + 0xcf, 0x40, 0x00, 0xac, 0x59, 0xb3, 0x86, 0x11, 0x44, 0x93, 0xa2, 0x16, 0x06, 0x98, 0x18, 0x68, 0x0c, 0x46, 0x2d, 0x18, 0xb5, 0x60, 0x08, 0x58, 0x40, 0x73, 0xc0, 0x48, 0x92, 0xea, 0x55, 0xab, 0x98, 0x49, 0xb6, 0x80, 0xe8, 0xec, 0xdf, 0xf0, 0x9f, 0x49, 0x8a, 0xf1, 0xe8, 0xdf, 0xd1, 0x54, - 0x34, 0x6a, 0xc1, 0xa8, 0x05, 0xb4, 0xcc, 0xc9, 0xa3, 0x19, 0x8d, 0x56, 0x00, 0x00, 0x7b, 0x8a, - 0x14, 0x3e, 0x52, 0x2c, 0x78, 0xa8, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, + 0x34, 0x6a, 0xc1, 0xa8, 0x05, 0xb4, 0xcc, 0xc9, 0xa3, 0x19, 0x8d, 0x56, 0x00, 0x00, 0xfb, 0xa7, + 0x14, 0x3e, 0x46, 0xed, 0xdd, 0x86, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82, }; diff --git a/bitmaps_png/sources/align_items.svg b/bitmaps_png/sources/align_items.svg index 5a174228d4..94c836c3ed 100755 --- a/bitmaps_png/sources/align_items.svg +++ b/bitmaps_png/sources/align_items.svg @@ -75,7 +75,7 @@ + id="style115806">.cls-1{fill:#545454;}.cls-2{fill:#1a81c4;} align_items diff --git a/bitmaps_png/sources/align_items_bottom.svg b/bitmaps_png/sources/align_items_bottom.svg index 89bdd8800d..4932e0f9c5 100755 --- a/bitmaps_png/sources/align_items_bottom.svg +++ b/bitmaps_png/sources/align_items_bottom.svg @@ -75,7 +75,7 @@ + id="style115822">.cls-1{fill:#545454;}.cls-2{fill:#1a81c4;} align_items_bottom diff --git a/bitmaps_png/sources/align_items_center.svg b/bitmaps_png/sources/align_items_center.svg index ffd65fe337..739b1e36f5 100755 --- a/bitmaps_png/sources/align_items_center.svg +++ b/bitmaps_png/sources/align_items_center.svg @@ -75,7 +75,7 @@ + id="style427">.cls-1{fill:#1a81c4;}.cls-2{fill:#545454;} align_items_center diff --git a/bitmaps_png/sources/align_items_left.svg b/bitmaps_png/sources/align_items_left.svg index 23722972dc..77cfa7a302 100755 --- a/bitmaps_png/sources/align_items_left.svg +++ b/bitmaps_png/sources/align_items_left.svg @@ -75,7 +75,7 @@ + id="style115838">.cls-1{fill:#545454;}.cls-2{fill:#1a81c4;} align_items_left diff --git a/bitmaps_png/sources/align_items_middle.svg b/bitmaps_png/sources/align_items_middle.svg index a57f97cfb8..d815a9e9ed 100755 --- a/bitmaps_png/sources/align_items_middle.svg +++ b/bitmaps_png/sources/align_items_middle.svg @@ -75,7 +75,7 @@ + id="style115854">.cls-1{fill:#1a81c4;}.cls-2{fill:#545454;} align_items_middle diff --git a/bitmaps_png/sources/align_items_right.svg b/bitmaps_png/sources/align_items_right.svg index 825adfac44..36ccb98bb1 100755 --- a/bitmaps_png/sources/align_items_right.svg +++ b/bitmaps_png/sources/align_items_right.svg @@ -75,7 +75,7 @@ + id="style115870">.cls-1{fill:#545454;}.cls-2{fill:#1a81c4;} align_items_right diff --git a/bitmaps_png/sources/align_items_top.svg b/bitmaps_png/sources/align_items_top.svg index 4986f54161..fbb0f9145a 100755 --- a/bitmaps_png/sources/align_items_top.svg +++ b/bitmaps_png/sources/align_items_top.svg @@ -75,7 +75,7 @@ + id="style443">.cls-1{fill:#545454;}.cls-2{fill:#1a81c4;} align_items_top diff --git a/bitmaps_png/sources/array.svg b/bitmaps_png/sources/array.svg index 1936b82c5e..7cb121b2fe 100755 --- a/bitmaps_png/sources/array.svg +++ b/bitmaps_png/sources/array.svg @@ -75,7 +75,7 @@ + id="style115920">.cls-1{fill:#1a81c4;}.cls-2{fill:#545454;} array