Generating elements positionned in circles for SVG
Demos how to put SVG elements around a circle (or part of it), i.e. information visualization for total beginners.
Files names starting with the same name go together.
If something doesn't work, wait a few minutes or hours ;)
Order of complexity:
- elements-on-circle-with-php.php - puts generated elements around a circle
- elements-on-arc-with-php.php - same as above but let's you define an angle
- elements-on-arc-with-simple-xml.php - same as above but reads data from RSS URL with simple XML
- elements-on-arc-with-dom.php - same as above but does it with DOM Functions
- elements-on-circle-with-xslt.php - reads data from RSS file and transforms with PHP's XSLT
D.K.S.
Last modified: Wed Apr 20 22:07:10 MEST 2005