2017 © Pedro PelĂĄez
 

library svgcreator

An simple SVG Generator

image

tiolancaster/svgcreator

An simple SVG Generator

  • Thursday, September 8, 2016
  • by TioLancaster
  • Repository
  • 2 Watchers
  • 3 Stars
  • 812 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 1 Versions
  • 17 % Grown

The README.md

svgcreator

SVG Creator, PHP class to generate svg files ( somewhat inspired by d3js ), (*1)

Elements available:, (*2)

  • 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, (*3)

This class validates the most common parameters in several elements, read more on the Wiki: https://github.com/TioLancaster/svgcreator/wiki, (*4)

Features

  • Chaining methods
  • Composer ready ( https://packagist.org/packages/tiolancaster/svgcreator )

TODO List

More elements More complex elements., (*5)

Build complex elements with few parameters, for example an polygon passing only the x, y and radius and number of vertices., (*6)

The Versions

08/09 2016

dev-master

9999999-dev

An simple SVG Generator

  Sources   Download

MIT

The Requires

  • php >=5.3.10

 

generator svg creator