programming-languages-logos icon indicating copy to clipboard operation
programming-languages-logos copied to clipboard

C++ and C# icons are not consistent

Open Wendelstein7 opened this issue 4 years ago • 0 comments

When making a web-app, I noticed that the C++ and C# icons - but only their SVGs - are inconsistent: image The difference is that the C# icon has padding, whereas the C++ icon does not:

image image

This results in a nasty inconsistence when viewed next to eachother. The solution here would be to edit the C# SVG with proper software so that its canvas has the same aspect ratio as the C++ icon and then "stretch" the entire icon to fill the canvas. After this, both icons have exact the same shape, size and "shadow".

Wendelstein7 avatar Jul 15 '21 07:07 Wendelstein7