XML
Using SVG to Draw Scalable GraphicsXML - Using SVG to Draw Scalable Graphics
Using SVG to Draw Scalable Graphics
What Is SVG?
SVG and Related Technologies
Inside the SVG Language
Creating an SVG Drawing
Embedding an SVG Drawing in a Web Page
Summary
Q&A
Workshop
XML makes it possible to construct vector graphic images directly on web pages using straight XML code. Using a plug-in such as Adobe's SVG Viewer, web browsers are able to process SVG (Scalable Vector Graphics) images just as they do bitmap images such as GIF, JPEG, and PNG images.You'll explore:
- Why to use SVG
- How to configure your browser to handle the SVG format
- The basics of shapes, lines, and colors
- Placing text on a path
- Rotating a shape