Uploaded image for project: 'Moodle'
  1. Moodle
  2. MDL-6878

Scalable Vector Graphics (SVG) files in Moodle are not correctly displayed in many Browsers

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Minor Minor
    • 1.6.3, 1.7
    • 1.6.2
    • Resource
    • None
    • Any

      Applies to Web browsers (Firefox, Opera) that natively display SVG and require correct MIME type to be served from Moodle.
      Internet Explorer + Adobe SVG Plugin view does not have a problem as it renders SVG base on the .svg extension alone.

      Problem can be simply resolved by adding the following lines to function get_mimetypes_array() in /lib/filelib.php

      i.e.

      'svg' => array ('type'=>'image/svg+xml', 'icon'=>'image.gif'),
      'svgz' => array ('type'=>'image/svg+xml', 'icon'=>'image.gif'),

            skodak Petr Skoda
            geoffr Geoffrey Rowland
            Stephen Bourget Stephen Bourget
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                Error rendering 'clockify-timesheets-time-tracking-reports:timer-sidebar'. Please contact your Jira administrators.