You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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".
The text was updated successfully, but these errors were encountered:
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".
The text was updated successfully, but these errors were encountered: