From bc4c0fb24ccc1875c5da11fe02112ae1115590c0 Mon Sep 17 00:00:00 2001 From: Fini Jastrow Date: Thu, 5 Sep 2024 08:24:04 +0200 Subject: [PATCH] angularjs: Fix plain icon [why] There are two problems with the plain svg: - The top of the 'A' consists of a lot of nodes that have a very complex outline, while in reality it should only be one sharp node - The 'A' outline is not closed [how] Remove superfluous nodes from outline and close it. Signed-off-by: Fini Jastrow --- icons/angularjs/angularjs-plain.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/angularjs/angularjs-plain.svg b/icons/angularjs/angularjs-plain.svg index 873d4d9a..210b8415 100644 --- a/icons/angularjs/angularjs-plain.svg +++ b/icons/angularjs/angularjs-plain.svg @@ -1 +1 @@ - \ No newline at end of file +