-
Improvement
-
Resolution: Fixed
-
Minor
-
2.9.9, 3.0.6, 3.0.7, 3.0.8, 3.1.2, 3.1.3, 3.1.4, 3.2, 3.2.1, 3.3, 3.5
-
MOODLE_29_STABLE, MOODLE_30_STABLE, MOODLE_31_STABLE, MOODLE_32_STABLE, MOODLE_33_STABLE, MOODLE_35_STABLE
-
MOODLE_36_STABLE
-
MDL-58000-master -
Uploaded badge images are processed and stored in three sizes named f1, f2 and f3. However, only the two smallest images are ever used, and they are tiny.
One of the instances this is most apparent is when a badge is baked and the user downloads or syncs it, and the resulting badge image they get is low quality and pixelated. This gives users a very poor experience with badges.
This can be fixed by simply allowing the larger badge image (f3) to be accessible and used. Specifically, a single character change to the bake function in badgeslib.php:1054 to change f1 to f3 on that line would allow larger, high-quality images to be baked and downloaded.
Also see MDL-57569 for related issue with filelib.php.
- has a non-specific relationship to
-
MDL-57569 Large badge images stored but inaccessible
- Closed
- is duplicated by
-
MDL-63961 Improve resolution of badge image sent to external backpacks and used when duplicating badges
- Closed
- Testing discovered
-
MDL-63487 "◀ Award badge" and "Revoke badge ▶" buttons not styled
- Closed