Standard Colors

   



Key Constructs

A rectangle can be rendered using any of the following SVG snippets:

<path   d="0,0 150,0 150,50 0,50 z"/> <polygon points="0,0 150,0 150,50 0,50"/> <polyLine points="0,0 150,0 150,50 0,50 z"/> <rect   x="0" y="0" width="150" height="50"/>



   



Fundamentals of SVG Programming. Concepts to Source Code
Fundamentals of SVG Programming: Concepts to Source Code (Graphics Series)
ISBN: 1584502983
EAN: 2147483647
Year: 2003
Pages: 362

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net