Moving SVG images embedded in HTML pages over to Instructure Canvas pages

Опубликовано: 21 Июнь 2026
на канале: Dana Lee Ling
301
4

My textbook is written in HTML5+MathML+SVG. While HTML and MathML will render in Instructure Canvas pages since the addition of the MathJax library, SVG code does not natively render. Canvas, however, supports SVG as an image type:
https://community.canvaslms.com/t5/Id...
This video shows moving SVG 1.1 code to Canvas. xlink: was deprecated in SVG 2.0 and throws an error if xlink: is still present in the code as Canvas expects SVG 2.0. This is better way to move existing SVG images than screen capture approaches as the files remain small and light.