Note: You are currently viewing documentation for Moodle 3.1. Up-to-date documentation for the latest stable version of Moodle is probably available here: James Neill/Moodle/Files/SVG.

User:James Neill/Moodle/Files/SVG

From MoodleDocs
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Instead try:

object tags
<object data="http://www.opera.com/img/svg/circles.svg" width="200" height="180"
type="image/svg+xml"
codebase="http://www.adobe.com/svg/viewer/install/" />

or embed tags

<embed src="http://www.opera.com/img/svg/circles.svg" width="200" height="180"
type="image/svg+xml"
pluginspage="http://www.adobe.com/svg/viewer/install/" />

or iframes

<iframe frameborder="0" height="180" src="http://www.opera.com/img/svg/circles.svg" width="200"> </iframe>