1
0
mirror of https://github.com/konpa/devicon.git synced 2025-01-18 05:58:13 +01:00

5 Commits

Author SHA1 Message Date
Fini Jastrow
bc4c0fb24c 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 <ulf.fini.jastrow@desy.de>
2024-09-05 08:24:04 +02:00
Thomas Bui
d98a72cb9a
Optimized SVG using SVGO (#597)
* Added script to optimize svgs

* Updated the svgs using svgo

* Made the optimize svg script into a workflow

* Added npm install step

* Change the env variable bug

* Clean up and updated check svg

* Change label name
2021-05-15 21:14:13 +02:00
konpa
efa8bba165 Compress all svg files 2014-11-28 16:18:50 +01:00
konpa
1e955df15a Change .ai for .eps format and clean .svg files 2014-10-10 15:34:38 +02:00
alskaa
652ab92e56 update icons 2014-03-06 10:07:14 +01:00