HAPPY BOOKSGIVING
Use code BOOKSGIVING during checkout to save 40%-55% on books and eBooks. Shop now.
Register your product to gain access to bonus material or receive a coupon.
The perfect introduction to serious SVG programming.
Scalable Vector Graphics (SVG) is a powerful, XML-based language for describing two-dimensional graphics. Web developers will find many compelling features in SVG, including low-bandwidth images that scale without loss of resolution; customizable, dynamic, data-driven content; animation; interactivity via languages such as JavaScript, Java, and Visual Basic; and more. As a text-based format, SVG files can be understood by humans, edited with text editors, and even indexed online by search engines.
The major Web browsers promise native SVG support in the near future, so now's the time to catch up with this emerging technology. Developing SVG-based Web Applications, by Web development authority Ellen Pearlman and graphic artist/Web designer Lorien House, teaches you to produce top-notch content without losing you in extraneous details. Coverage includes the effective use of color, gradients, and other effects, and how to tie it all together with CSS. You'll also learn how to add dynamic elements to your site, including animation and interactivity, as well as how to use SVG effectively with drawing, database, and other software. Complete with plenty of practical, classroom-tested examples to work through, you'll find Developing SVG-based Web Applications both approachable and informative.
You'll learn to:
Download the code, figures, and supplemental resource files featured in the book.
Preface.
1. Introduction to SVG.
Graphics Standards: JPG, GIF, PNG, and SVG. Bitmap Graphics. Vector Graphics. Advantages of SVG. SVG versus Flash. SVG and Browsers. SVG and Viewers. XML and SVG. Well Formed or Valid? DTD. XML and SVG.
SVG Document Structure. Well-Formed SVG. Valid SVG. SVG Syntax Review. The SVG Viewport. Nested Viewports. viewBox and preserveAspectRatio Attributes. Common Container Elements. SVG Coordinate System. Unit Identifiers. Multiple Coordinate Systems. Coordinate System Transformations. Conclusion.
Shape Elements. The <rect> Element. The <circle> Element. The <ellipse> Element. The <polygon> Element. The <polyline> Element. The <line> Element. Shape Element Summary. Text in SVG. The <text> Element. The <tspan> Element. The <tref> Element. Fonts and Layout. Internationalization. Conclusion.
About Paths. Curves. Conclusion.
Colors in SVG: Filling and Stroking. Filling and Stroking Objects. Gradients. Linear Gradients. Radial Gradients. Gradient Review. Patterns. Transforming Patterns and Gradients. Conclusion.
The <filter> Element. Filter Primitives. Conclusion.
Clipping. Masking. Opacity in <mask> Elements. Color in <mask> Elements. Conclusion.
Styles: Inline and Embedded. External Style Sheets. CSS Properties.
What Is SVG Animation? The Animation Elements. The <animate> Element. The <set> Element. The <animateColor> Element. The <animateMotion> Element. The <animateTransform> Element. Timing an Animation. Complex Timing. Chaining Animations. Repeating Animations. Special Effects: Animating Gradients. Interactivity. Linking. Events in SVG. Scripting SVG. Conclusion.
Illustrator 10. Opening and Saving SVG Files in Illustrator. SVG Filters in Illustrator 10. CorelDRAW 11. Jasc WebDraw. User Interface. Using WebDraw. Conclusion.
What Is a Viewer? Batik. CSIRO. Mozilla SVG. X-Smiles XML Browser. Native Editors. Amaya. Editors That Export SVG. Beez. Sphinx. Mayura Draw. Conversion Tools. Celinea. SVGMapMaker. Conclusion.
What Is Unicode? XML and Different Devices. A Word about Devices and Style Sheets. XSL and XSLT. XSL Transformations. SVG and XSLT. Conclusion.
SVG Basics. W3C Resources. SVG Browsers and Viewers. Drawing Packages and SVG. XSL and SVG. Targeting Multiple Devices. Articles on SVG. Fun SVG Sites. Other Resources. Unicode Resources.
SVG, although a revelation for graphic artists and designers who use the Web, is actually the result of the ongoing development of XML (Extensible Markup Language). To designers and users alike, it has become increasingly clear that bitmapped graphics are too large and occupy too much bandwidth—one of a host of disadvantages. Another is the inability to break open the actual graphics code and get in there and edit it. With SVG you now can.
HTML created a new era for the Internet, starting with the very first browser, Mosaic. XML, along with SVG and a host of other XML-derived standards and codes, will enable the idea of multiple devices and their displays to become a reality. The SVG-enabled Adobe Viewer and other viewers will be integrated on the back end of the releases of most major browsers in the future and will become the defacto standard in developing visual displays because of their streamlining abilities.
Learning SVG is not as easy as HTML but its potential is just as great. Learning the basic rules and then using your own brand of creativity with them is what this book is about. However, it is best to begin to look at any SVG design project in three ways: as a graphic designer, an animator, and a little bit as a programmer. The good news is this is not new for most Web-enabled designers who are already capable of programming in Macromedia's Flash ActionScript.
This book, therefore, is written for those with some basic programming ability, although it is not absolutely necessary to have those skills to use this book. But once you become familiar with the basics, the learning curve will accelerate and you will be on your way to creating your own interesting and dynamic Web sites.