• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

docs/H12-Jan-2021-

extensions/H03-May-2022-

lib/H03-May-2022-

samples/H03-May-2022-1,164772

CHANGESH A D12-Jan-202166.9 KiB1,6911,335

LICENSEH A D12-Jan-202111.1 KiB201169

NOTICEH A D12-Jan-2021684 1913

READMEH A D12-Jan-20212.8 KiB8055

README

1
2                  A  P  A  C  H  E     B  A  T  I  K
3
4  What is it?
5  -----------
6
7  Batik is a Java based toolkit for applications which handle
8  images in the Scalable Vector Graphics (SVG) format for
9  various purposes, such as viewing, generation or
10  manipulation.
11
12  The project's ambition is to give developers a set of core
13  modules which can be used together or individually to
14  support specific SVG solutions. Examples of modules are
15  an SVG parser, an SVG generator and an SVG DOM
16  implementation. Another ambition of the Batik project is to
17  make it highly extensible (for example, Batik allows the
18  developer to handle custom SVG tags). Even though the
19  goal of the project is to provide a set of core modules, one
20  of the deliveries is a full fledged SVG Viewer
21  implementation which validates the various modules and
22  their inter-operability.
23
24  In a nutshell, Batik provides building blocks that developers
25  can assemble in various ways in their Java technology
26  applications to generate, parse, view or convert SVG
27  contents. For example, Batik contains a Swing component
28  that can add SVG viewing capability to all Java technology
29  applications. Batik can also be used to generate SVG on a
30  client or on a server, and Batik can convert SVG content
31  into other formats such as JPEG or PNG. Batik's goal is to
32  make it easy for application developers to handle SVG
33  content for various purposes, client-side or server-side.
34
35
36  Where is it?
37  ------------
38
39  The home page for the Apache Batik project can be found in the Apache XML
40  Project web site (http://xmlgraphics.apache.org/batik/). There you also find
41  information on how to download the latest release as well as all the other
42  information you might need regarding this project.
43
44
45  Requirements
46  ------------
47
48   o  A Java 7 or later compatible virtual machine for your operating system.
49
50
51  Optional Libraries
52  ------------------
53
54  By default, Batik includes a scripting engine for ECMAScript. It is possible
55  to add support for additional scripting languages (Python and TCL).
56
57  See http://xmlgraphics.apache.org/batik/install.html#optionalComponents for
58  details.
59
60
61  Installation Instructions and Documentation
62  -------------------------------------------
63
64  Read the Install page at http://xmlgraphics.apache.org/batik/install.html
65  for the installation instructions.
66
67  Look for the most updated documentation on the Apache Batik web site under
68  the Apache XML Graphics Project (http://xmlgraphics.apache.org/batik/).
69
70
71  Licensing and legal issues
72  --------------------------
73
74  For legal and licensing issues, please read the LICENSE and NOTICE files.
75
76  Thanks for using Apache Batik.
77
78                                           The Apache XML Graphics Project
79                                           http://xmlgraphics.apache.org/
80