forked from ranguard/svg-tt-graph
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
executable file
·45 lines (30 loc) · 951 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
SVG/TT/Graph
============
This set of modules can be used to generate high quality
SVG graphs, bar charts and pie graphs.
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
DEPENDENCIES
This module requires these other modules and libraries:
DateTime >= 0.1
HTTP::Date >= 0.1
Template >= 2.08
Optionally, SVG::TT::Graph can use the following modules:
Compress::Zlib
XML::Tidy
CONVERTING TO PNG
Currently if you want to convert the SVG to PNG
I'd suggest using Batik from http://xml.apache.org/,
it is Java, I know there is work going on for the
perl converters, they're just not there yet.
DEVELOPMENT
The repository for the development of SVG::TT::Graph is:
git://github.com/ranguard/svg-tt-graph.git
COPYRIGHT AND LICENCE
This module is free software; you can redistribute it or
modify it under the same terms as Perl itself.
Copyright (C) 2003 Leo Lapworth