Chapter 7. SVG: responsive in-browser graphics
Chapter 7 at a glance
Topic |
Description, methods, and so on |
Page |
---|---|---|
Setting up SVG | Overview of basic setup for using SVG | |
|
200 204 205 | |
SVG tags | How to create shapes with the XML syntax | |
|
206 207 208 208 209 211 | |
JavaScript usage | Advanced usage with JavaScript and SVG | |
|
212 213 216 227 228 229 231 | |
Canvas vs. SVG | Using SVG vs. Canvas for projects | |
|
232 233 233 |
Look for this icon throughout the chapter to quickly locate the topics outlined in this table.
This chapter covers
- Comparing bitmap and vector graphics
- Creating SVG from scratch
- Harnessing SVG for liquid layout graphics
- Using JavaScript with SVG
- Using SVG versus Canvas