10. Using Video with SVG

Scalable Vector Graphics (SVG) is a language that allows you to define two-dimensional vector graphics for display in your web documents. Written in XML and supported by all of the major browsers, you can use it to describe vector shapes, text, and images on which you can also apply specific filters.

SVG has been around for a while but seems to have escaped the notice of most web developers. This has changed with the advent of HTML5 and the svg element and the fact that it is now supported by Internet Explorer 9. As people became more interested in canvas (which you read about in Chapter 9) and its capabilities, they also began to take more notice of SVG and what it might be capable of.

This chapter briefly explores SVG ...

Get HTML5 Multimedia: Develop and Design now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.