PHP Classes

File: README.md

Recommend this page to a friend!
  Classes of Tio   PHP SVG Creator   README.md   Download  
File: README.md
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP SVG Creator
Generate SVG chart documents
Author: By
Last change: Update of README.md
Date: 2 months ago
Size: 716 bytes
 

Contents

Class file image Download
svgcreator ========== SVG Creator, PHP class to generate svg files ( somewhat inspired by d3js ) Elements available: - circle - defs - g - line - marker - path - rect - svg - text Also added an example of a class to make a complex figure, a line with an arrow on the end This class validates the most common parameters in several elements, read more on the Wiki: https://github.com/TioLancaster/svgcreator/wiki Features ========== - Chaining methods - Composer ready ( https://packagist.org/packages/tiolancaster/svgcreator ) TODO List ========== More elements More complex elements. Build complex elements with few parameters, for example an polygon passing only the x, y and radius and number of vertices.