Add the Graphics Power of SVG to PHP
Added 9 Aug 2008
Scalable Vector Graphics (SVG) is an XML specification for producing
vector-based graphic content that you can create, modify, and
manipulate dynamically from programming languages. Here, you'll explore
the most important techniques and libraries for integrating SVG with
PHP to create diverse graphic content—from simple shapes to complex
graphs. You'll see how to:
- Convert an SVG document into a PHP document.
- Use the object and embed elements to include an SVG document in an XHTML document.
- Generate SVG using PHP's echo command.
- Generate SVG using the phpHtmlLib library.
- Generate SVG documents using the PEAR::XML_SVG package.
- Generate SVG documents using the PEAR::Image_Canvas package.
- Integrate PHP , SVG, and AJAX.