Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

Moodle icons: Difference between revisions

From MoodleDocs
(Created page with "Changes have been made to the icons in Moodle 2.4: * Activity icons have grown from 16x16 to 24x24, and SVG format is now preferred. * Action icons have grown from 12x12 to 16x1...")
 
No edit summary
Line 1: Line 1:
Changes have been made to the icons in Moodle 2.4:
Changes have been made to the icons in Moodle 2.4:


* Activity icons have grown from 16x16 to 24x24, and SVG format is now preferred.
* Icon format: SVG preferred and PNG version for fallback.
* Action icons have grown from 12x12 to 16x16 and SVG format is now preferred.
* Activity icons: grown from 16x16 to 24x24
* Block icons: monochrome
* Action icons: grown from 12x12 to 16x16 monochrome


To make your activity modules look as good as the core icons in 2.4 and later you should upgrade your icons by adding some SVG files.
To make your activity modules look as good as the core icons in 2.4 and later you should upgrade your icons by adding some SVG files.

Revision as of 04:29, 19 November 2012

Changes have been made to the icons in Moodle 2.4:

  • Icon format: SVG preferred and PNG version for fallback.
  • Activity icons: grown from 16x16 to 24x24
  • Block icons: monochrome
  • Action icons: grown from 12x12 to 16x16 monochrome

To make your activity modules look as good as the core icons in 2.4 and later you should upgrade your icons by adding some SVG files.

Resources