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

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".