From fb8837edf4098135497f8ea4f82f701223f8a3a6 Mon Sep 17 00:00:00 2001 From: Michiel Pater Date: Wed, 7 Jul 2021 20:14:26 +0200 Subject: [PATCH 1/9] new icon: opengl (original) - re-sorted icons starting with 'o' alphabetically --- devicon.json | 61 +++++++++++++++++++++----------- icons/opengl/opengl-original.svg | 1 + 2 files changed, 41 insertions(+), 21 deletions(-) create mode 100644 icons/opengl/opengl-original.svg diff --git a/devicon.json b/devicon.json index 43996ee0a..6dbfaac86 100644 --- a/devicon.json +++ b/devicon.json @@ -2798,27 +2798,6 @@ "color": "#0b5a9d", "aliases": [] }, - { - "name": "oracle", - "tags": [ - "database" - ], - "versions": { - "svg": [ - "original" - ], - "font": [ - "original" - ] - }, - "color": "#EA1B22", - "aliases": [ - { - "base": "original", - "alias": "plain" - } - ] - }, { "name": "ocaml", "tags": [ @@ -2839,6 +2818,46 @@ }, "color": "#F18803", "aliases": [] + }, + { + "name": "opengl", + "tags": [ + "library", + "graphics", + "game", + "3d" + ], + "versions": { + "svg": [ + "original", + ], + "font": [ + "original" + ] + }, + "color": "#5586a4", + "aliases": [] + }, + { + "name": "oracle", + "tags": [ + "database" + ], + "versions": { + "svg": [ + "original" + ], + "font": [ + "original" + ] + }, + "color": "#EA1B22", + "aliases": [ + { + "base": "original", + "alias": "plain" + } + ] }, { "name": "perl", diff --git a/icons/opengl/opengl-original.svg b/icons/opengl/opengl-original.svg new file mode 100644 index 000000000..e7658d2f3 --- /dev/null +++ b/icons/opengl/opengl-original.svg @@ -0,0 +1 @@ + \ No newline at end of file From b85c3aac17f326d47f8b3c039805721f8e19598c Mon Sep 17 00:00:00 2001 From: M Pater Date: Wed, 7 Jul 2021 21:29:13 +0200 Subject: [PATCH 2/9] Update devicon.json Added opengl aliases Co-authored-by: David Leal --- devicon.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/devicon.json b/devicon.json index 6dbfaac86..ac782dfed 100644 --- a/devicon.json +++ b/devicon.json @@ -2836,7 +2836,12 @@ ] }, "color": "#5586a4", - "aliases": [] + "aliases": [ + { + "base": "original", + "alias": "plain" + } + ] }, { "name": "oracle", From 11df07570eb4b2008a10bb49c937bedbb03ad536 Mon Sep 17 00:00:00 2001 From: M Pater Date: Wed, 7 Jul 2021 21:29:25 +0200 Subject: [PATCH 3/9] Update icons/opengl/opengl-original.svg Added opengl viewport Co-authored-by: David Leal --- icons/opengl/opengl-original.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/opengl/opengl-original.svg b/icons/opengl/opengl-original.svg index e7658d2f3..2ea97b99b 100644 --- a/icons/opengl/opengl-original.svg +++ b/icons/opengl/opengl-original.svg @@ -1 +1 @@ - \ No newline at end of file + From d41924adfde5e125bb5f9edf374b9a4e74490f1a Mon Sep 17 00:00:00 2001 From: M Pater Date: Fri, 9 Jul 2021 11:33:57 +0200 Subject: [PATCH 4/9] Update devicon.json (fix) Co-authored-by: Thomas Bui <43018778+Thomas-Boi@users.noreply.github.com> --- devicon.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devicon.json b/devicon.json index ac782dfed..28092718d 100644 --- a/devicon.json +++ b/devicon.json @@ -2829,7 +2829,7 @@ ], "versions": { "svg": [ - "original", + "original" ], "font": [ "original" From be32162dee3cb8b5f3bcc77bc2f8a58f9fb5b264 Mon Sep 17 00:00:00 2001 From: Michiel Pater Date: Wed, 21 Jul 2021 23:44:25 +0200 Subject: [PATCH 5/9] OpenGL plain icon added --- devicon.json | 3 ++- icons/opengl/opengl-plain.svg | 42 +++++++++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+), 1 deletion(-) create mode 100644 icons/opengl/opengl-plain.svg diff --git a/devicon.json b/devicon.json index 6dbfaac86..5a810fd9a 100644 --- a/devicon.json +++ b/devicon.json @@ -2830,9 +2830,10 @@ "versions": { "svg": [ "original", + "plain", ], "font": [ - "original" + "plain" ] }, "color": "#5586a4", diff --git a/icons/opengl/opengl-plain.svg b/icons/opengl/opengl-plain.svg new file mode 100644 index 000000000..5c2db24dc --- /dev/null +++ b/icons/opengl/opengl-plain.svg @@ -0,0 +1,42 @@ + + + + + + + From 90725d025ba1caeed2f9e4209f79e7b0f149b134 Mon Sep 17 00:00:00 2001 From: Michiel Pater Date: Wed, 21 Jul 2021 23:51:41 +0200 Subject: [PATCH 6/9] opengl-plain: Viewbox added --- icons/opengl/opengl-plain.svg | 43 +---------------------------------- 1 file changed, 1 insertion(+), 42 deletions(-) diff --git a/icons/opengl/opengl-plain.svg b/icons/opengl/opengl-plain.svg index 5c2db24dc..6617a811a 100644 --- a/icons/opengl/opengl-plain.svg +++ b/icons/opengl/opengl-plain.svg @@ -1,42 +1 @@ - - - - - - - + \ No newline at end of file From 65a026e43ad31c3953c38dc4d68528d738a11ce3 Mon Sep 17 00:00:00 2001 From: M Pater Date: Thu, 22 Jul 2021 09:14:34 +0200 Subject: [PATCH 7/9] Update icons/opengl/opengl-plain.svg Co-authored-by: David Leal --- icons/opengl/opengl-plain.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/opengl/opengl-plain.svg b/icons/opengl/opengl-plain.svg index 6617a811a..61ca74dfd 100644 --- a/icons/opengl/opengl-plain.svg +++ b/icons/opengl/opengl-plain.svg @@ -1 +1 @@ - \ No newline at end of file + From 56260806b2a4e98a07f7b3cae35ded192bc77f2b Mon Sep 17 00:00:00 2001 From: M Pater Date: Thu, 22 Jul 2021 09:14:48 +0200 Subject: [PATCH 8/9] Update icons/opengl/opengl-original.svg Co-authored-by: David Leal --- icons/opengl/opengl-original.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/opengl/opengl-original.svg b/icons/opengl/opengl-original.svg index 993a1ebb7..2ea97b99b 100644 --- a/icons/opengl/opengl-original.svg +++ b/icons/opengl/opengl-original.svg @@ -1 +1 @@ - \ No newline at end of file + From 2c267120f9149b54aea393fc5574a8fded32e144 Mon Sep 17 00:00:00 2001 From: David Leal Date: Thu, 22 Jul 2021 14:08:00 -0500 Subject: [PATCH 9/9] Apply suggestions from code review --- devicon.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/devicon.json b/devicon.json index 3b0b72557..544425335 100644 --- a/devicon.json +++ b/devicon.json @@ -2940,7 +2940,12 @@ ] }, "color": "#5586a4", - "aliases": [] + "aliases": [ + { + "base": "original", + "alias": "plain" + } + ] }, { "name": "oracle",