October 2017
Intermediate to advanced
370 pages
8h 57m
English
The Scalable Vector Graphics (SVG) format is an efficient, vector-based graphics format that is supported in AMP. Since it's vector-based, this means that it scales to any resolution, which makes it a perfect fit for responsive web design where graphics must often be scaled to fit different screen sizes:

This time, we'll update our pull-quote example by using an SVG image for the quotation mark instead of the CSS pseudo-selector solution we saw before. We can add SVG in line in AMP-HTML pages.
Creating SVG graphics is beyond the scope of this book, ...
Read now
Unlock full access