Align Skillmap loading icon with MakeCode branding - #11538
Align Skillmap loading icon with MakeCode branding#11538Abhijith Chatra (abchatra) with Copilot wants to merge 4 commits into
Conversation
Co-authored-by: abchatra <6107272+abchatra@users.noreply.github.com>
Co-authored-by: abchatra <6107272+abchatra@users.noreply.github.com>
|
Joey Wunderlich (@jwunderl) can you take a look. No clue it this is right. |
|
this is a very funny way to fix this bug and 100% not right. probably will still have to be a filter on the image of some sort, but we want it to remap to a theme color and not just rotate the hue. i don't think you can accomplish this with css alone, you'll probably need to define an SVG filter to do it. or we could edit the source svg and change the fill values to |
|
oh, or actually the easiest way to do it is probably to use the image as a mask on a colored div |
|
and this change should also probably be in pxt-arcade, not pxt since we don't want to affect all of the loaders. minecraft's loader is a full color gif so we don't need to do any filtering there |
|
Copilot can you implement Richard Knoll (@riknoll) comments? |
Co-authored-by: abchatra <6107272+abchatra@users.noreply.github.com>
Dropped the hue-rotate in 2ca7093 and replaced it with the mask approach:
Done in 2ca7093 — the loader now uses a masked colored overlay driven by |
The Skillmap cloud-save loader displayed the target’s Arcade orange logo instead of the MakeCode brand color. Recolor the shared loader to MakeCode magenta while preserving the existing logo and animation.
290deghue rotation to the shared loading logo.