Closed Bug 1517362 Opened 7 years ago Closed 7 years ago

Create media.taskcluster.net

Categories

(Taskcluster :: General, enhancement)

enhancement
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: dustin, Assigned: dustin)

References

Details

I'd like to get a few icon sizes generated and added (with a script to regenerate, perhaps), as well as some of the source data from https://sketch.cloud/s/3KgYj. Hopefully Eli can help out?

OK, this is up and running. I'll leave this open for the icon sizes.

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.

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.

Flags: needinfo?(eperelman)

What's neat about SVGs is that you can manipulate the size via code[1]. Would a React Logo component satisfy your requirements?

[1] https://github.com/mozilla-frontend-infra/codetribute/blob/bb584a2fc05a4f4ada0cf7639abe875b6de265e3/src/components/Sidebar/RustIcon.jsx

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 :)

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.

Flags: needinfo?(eperelman)

OK, we'll make logos when that becomes necessary.

Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.