wpt
                                
                                 wpt copied to clipboard
                                
                                    wpt copied to clipboard
                            
                            
                            
                        WPT logo: differences in size between with-background and without-background
https://github.com/web-platform-tests/wpt/tree/master/images/wpt-logo
The ones with a background have spacing around the logo, but the ones with transparent background do not. This makes them not so interchangeable. (This is probably my fault.)
Should we make this consistent? cc @foolip @gsnedders @isaacdurazo
Yes please :)
Also we can delete the orange one if we don't plan to use it anywhere.
The background color is not intended to be "part" of the logo, it just shows us how it looks in such context. We included a file without background so you could maybe add the background color using CSS, and we have a file with the background color so we know how to use it and how it would look.
Hi, I would like to work on this issue, Can I get started with this?
@prsmahajan absolutely, feel free to send a PR for it. Do you know where to start, which files to change and all?
I want to know, what's the problem you're facing and where to start from?
@prsmahajan if you take a look at https://raw.githubusercontent.com/web-platform-tests/wpt/master/images/wpt-logo/wpt-logo-darkblue-bg.svg and https://raw.githubusercontent.com/web-platform-tests/wpt/master/images/wpt-logo/wpt-logo-darkblue.svg side-by-side you'll notice the shapes aren't aligned.
Fixing this would be a matter of making sure that the path data in both files use the same numbers and that the only difference between them is the colors.
Do you want to change the color or the size of the svg icon?
@prsmahajan we'd want to keep the colors of each icon as they are, but make the sizes consistent between them all, so that if one replaces one with another, the "WPT" symbol is in exactly the same place.
In which of the directories are the svg logo located?
They're in https://github.com/web-platform-tests/wpt/tree/master/images/wpt-logo
Where are the images being used?
The issue is already solved senior, there's no issue in size!
@prsmahajan, thanks, I've asked @zcorpan to review https://github.com/web-platform-tests/wpt/pull/29305.
Thansk @foolip
Is there any issues for me?
Can @foolip can I solve this issue?
hey can i solve this issue?
No need to ask, just submit a PR. See https://github.com/web-platform-tests/wpt/pull/29305#issuecomment-858030708 for guidance. Thanks!