Create media.taskcluster.net
Categories
(Taskcluster :: General, enhancement)
Tracking
(Not tracked)
People
(Reporter: dustin, Assigned: dustin)
References
Details
| Assignee | ||
Comment 1•7 years ago
|
||
| Assignee | ||
Comment 2•7 years ago
|
||
OK, this is up and running. I'll leave this open for the icon sizes.
| Assignee | ||
Comment 3•7 years ago
|
||
BTW, I added a simple index.html to redirect the root of this domain.
I should also add an entry to the docs pointing to this repo.
| Assignee | ||
Comment 4•7 years ago
|
||
Eli, do you have thoughts on what icon sizes to provide, etc? I was just going to render the SVG to each size using inkscape, but I'm open to better ideas.
Comment 5•7 years ago
|
||
What's neat about SVGs is that you can manipulate the size via code[1]. Would a React Logo component satisfy your requirements?
| Assignee | ||
Comment 6•7 years ago
|
||
Hm, I've seen other logos provided with fixed-size pngs (logo-64x64.png, logo-128x128.png, etc.). To be honest I'm not really sure what those are for. Is that old-fashioned? If so let's not do it :)
Comment 7•7 years ago
|
||
The different icon sizes would be for favicons and app icons. SVG support for favicons is pretty poor, so I would recommend multiple PNGs for that if you desire broad high-resolution favicon support. If the images are just for displaying inside the app, then I would keep with the single SVG.
| Assignee | ||
Comment 8•7 years ago
|
||
OK, we'll make logos when that becomes necessary.
Description
•