tiolancaster/svgcreator

An simple SVG Generator

Installs: 3 646

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 2

Forks: 2

Open Issues: 0

pkg:composer/tiolancaster/svgcreator

dev-master 2016-09-08 00:06 UTC

This package is not auto-updated.

Last update: 2025-10-07 10:02:20 UTC


README

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.