Apache Batik: Difference between revisions
m Bot: cosmetic changes |
updates to indicate that 1.7beta1 was not just a development release |
||
Line 5: | Line 5: | ||
| caption = |
| caption = |
||
| developer = [[Apache Software Foundation]] |
| developer = [[Apache Software Foundation]] |
||
| latest_release_version = 1. |
| latest_release_version = 1.7beta1 |
||
| latest_release_date = [[ |
| latest_release_date = [[March 30]], [[2007]] |
||
| operating_system = [[Cross-platform]] |
| operating_system = [[Cross-platform]] |
||
| genre = [[SVG|Scalable Vector Graphics (SVG)]] |
| genre = [[SVG|Scalable Vector Graphics (SVG)]] |
||
Line 27: | Line 27: | ||
Batik is a fully conformant [http://www.w3.org/TR/SVG11/ SVG 1.1] library. |
Batik is a fully conformant [http://www.w3.org/TR/SVG11/ SVG 1.1] library. |
||
The latest 1. |
The latest 1.7beta1 version [http://www.apache.org/dist/xmlgraphics/batik/README.txt], made available on [[March 30]], [[2007]], has a preliminary "almost full" implementation of the current state of the [[sXBL]] specification, a nearly complete implementation of SVG [http://www.w3.org/TR/SVG11/animate.html#AnimateElementsIntro declarative animation] features, and some of the [http://www.w3.org/TR/2004/WD-SVG12-20041027/ SVG 1.2] late October 2004 working draft (see [[Scalable Vector Graphics#Development history|SVG's Development history]]). |
||
== See also == |
== See also == |
Revision as of 06:47, 2 April 2007
Developer(s) | Apache Software Foundation |
---|---|
Stable release | |
Repository | |
Operating system | Cross-platform |
Type | Scalable Vector Graphics (SVG) |
License | Apache 2.0 Licence |
Website | http://xmlgraphics.apache.org/batik |
Batik is a pure-Java library that can be used to render, generate, and manipulate SVG graphics. SVG is an XML markup language for describing two-dimensional vector graphics. Batik provides a set of core modules that provide functionality to:
- render and dynamically modify SVG content,
- transcode SVG content to some raster Graphics file formats, such as PNG, JPEG and TIFF,
- transcode Windows Metafiles to SVG (WMF or Windows Metafile Format is the vector format used by Microsoft Windows applications),
- and manage scripting and user events on SVG documents.
The Batik distribution also contains a ready-to-use SVG browser (called Squiggle) making use of the above modules.
The name of the library comes from the Batik painting technique.
Status
Batik is a fully conformant SVG 1.1 library.
The latest 1.7beta1 version [1], made available on March 30, 2007, has a preliminary "almost full" implementation of the current state of the sXBL specification, a nearly complete implementation of SVG declarative animation features, and some of the SVG 1.2 late October 2004 working draft (see SVG's Development history).
See also
- Scalable Vector Graphics
- Synchronized Multimedia Integration Language
- sXBL : a mechanism for defining the presentation and interactive behavior of elements described in a namespace other than SVG's