Skip to content

TioLancaster/svgcreator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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.

About

SVG Creator, PHP class to generate svg files

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages