Fundamentals of SVG Programming: Concepts to Source Code (Graphics Series)
|
|
|
Summary
This chapter showed you how to use the SVG elements animate, animateColor, animateMotion, and animateTransform. The code examples in this chapter demonstrated how to use these SVG elements in order to do the following:
-
rotate line segments
-
rotate a rectangle around a vertex
-
rotate a rectangle around its center
-
rotate a pair of strings around a common point
-
scale a text string
-
perform multiple transformations on a text string
|
|
|