Conversation
2477aaa to
32270d4
Compare
|
Very cool. Wish I hadn't dropped the ball on accounting for all necessary sizes, but we'll get em done. |
c0215a0 to
79e06ad
Compare
|
Wouldn't an svg be easier to use and style? I put together this svg that is 1024x1024: https://gist.github.com/Mottie/f01aa09471ea39c2b561c1b2b2e22fd9 You can change the style by targeting the svg .background {
fill: #28fefe;
}
svg .border-s {
fill: #285959;
}I don't know if I got the font of the "S" exactly right, so I tweaked it manually. |
|
@Mottie, see https://crbug.com/29683: SVG is not yet supported for the extension icon, which is what the feature is about. And even if it was supported, the automatic scaling provides subpar results for 16px size. |
|
Well, there are many things to do. I mostly work on bug fixes and trivial features. |
|
I mentioned in #7 that separated layers for 38px are missing, which I really kinda need to do them because scaling anything tends to turn into a mess. Anyway, I did the 32px sets. @tophf You have a high res that uses them, correct? I can't really easily test them in the browser, but GIMP shows a scaled version in the header (14px I think), and they LGTM. You'll be able to tell better if you can see them in action. I used the exact shades to colorize layers, but the resulting hexes deviated by a minuscule amount. They should be indistinguishable. I doubled the borders since they're twice the size, and didn't look right without doing so. I also fixed a bunch of individual pixel irregularities for each. Check em out, and we'll take it from there. If they're good, I pretty much have the process down, so the 38px should be easier once I have the separated layers. Hopefully @d3n1c1d3 (or any other volunteer) can hook them up. |
|
Thanks, added. There was an almost transparent color in the first column so I've deleted it. You could see it an extreme zoom against a white bg.
It's single-density 30", not retina. I think the icons look fine though. |
Until eslint/eslint#8594 is sorted out, we're switching to the old indent behavior (indent-legacy).
|
The new 38px icons are fine. |
|
Merged. |

Related: #7.