From 869b7d3427f76dab148e3b177f6c90a3aad3c3f2 Mon Sep 17 00:00:00 2001 From: Sara Arjona Date: Wed, 13 Sep 2023 13:40:30 +0200 Subject: [PATCH] [docs] Add missing SVG files to devupdate --- docs/devupdate.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/devupdate.md b/docs/devupdate.md index ba93608ebe..8727dd9236 100644 --- a/docs/devupdate.md +++ b/docs/devupdate.md @@ -500,6 +500,18 @@ Files utilizing any of these removed icons will now be represented by the "unkno ::: +### SVG icons + +A new PHPUnit test has been introduced to verify the presence of SVG files for all system icons in Moodle LMS. Any missing SVG files have been rectified within Moodle LMS. + +:::tip + +Third-party plugins are strongly encouraged to follow suit, adding missing SVG files too, to avoid PHPUnit test failures. + +The SVG icons in Moodle LMS were sourced from https://fontawesome.com/search?m=free&o=r, which offers free icons under the Creative Commons Attribution 4.0 International license, consistent with the Moodle icon set. + +::: + ## Behat