codedread

SVG Kickstart 2: Passing Second Grade Geometry with Flying Colors (and Shapes)

by Jeff Schiller, 2005-07-05

Table of Contents

7. Conclusion

After ensuring that readers can properly render and serve SVG content on their web server, we took a whirlwind tour of some basic functionality within SVG: Shapes, Colours and Paths. We also explored some best practices for SVG content: supply semantics of your SVG image using <title> and <desc> elements, label each SVG entity with a unique identifier, use liberal comments. We also looked at some options for tools/programs used to generate SVG images and a couple simple examples. With this knowledge, readers should be able to create basic SVG images for use on their websites.

With the basic underpinnings of SVG under our belts, we will move on to cover a wider range of useful functionality such as text, linking, grouping, referencing, and animation/scripting in future tutorials. For further reading, I recommend checking out SVG Basics and the SVG specification itself, they are excellent resources.

<<<Prev: 6. Don't Be A Tool, Use A Tool

codedread codedread