Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWX
]
batik: Scalable Vector Graphics for Java
- Summary
- Batik is a Java(tm) technology based toolkit for applications that want
to use images in the Scalable Vector Graphics (SVG) format for various
purposes, such as viewing, generation or manipulation.
The project's ambition is to give developers a set of core modules
which can be used together or individually to support specific SVG
solutions. Example modules are, SVG parsers, SVG generators and SVG DOM
implementations. Another ambition for the Batik project is to make it
highly extensible (for example, Batik allows the developer to handle
custom SVG tags). Even though the goal of the project is to provide a
set of core modules, one of the deliverables is a full fledged SVG
browser implementation which validates the various modules and their
interoperability.
Changelog
- * Tue Aug 2 10:00:00 2005 Ville Skyttä <scop at jpackage.org> - 0:1.6-1jpp
-
- 1.6.
- Fix build of manual (java.awt.headless for stylebook).
- * Fri Jan 28 09:00:00 2005 Jason Corley - 0:1.5.1-1jpp
-
- Update to 1.5.1
- * Mon Nov 22 09:00:00 2004 Ville Skyttä <scop at jpackage.org> - 0:1.5-5jpp
-
- Drop -monolithic and obsolete it in main package. It shouldn't be needed
in the first place, and the *.policy files that end up in it will contain
wrong paths which causes all sorts of borkage.
- BuildRequire jython to get support for it built.
- Remove xml-commons-apis and xalan-j2 from scripts and install time
dependencies, require Java >= 1.4 instead (xalan-j2 is still needed at
build time).
- New style versionless javadoc dir symlinking.
- Crosslink with full J2SE javadocs.
- Associate SVG MIME type with Squiggle in freedesktop.org menu entry.