Home XML Using SVG to Draw Scalable Graphics

XML - Using SVG to Draw Scalable Graphics



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

[Next]