File: libbatik-java.README.Debian

package info (click to toggle)
batik 1.12-4%2Bdeb11u2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 29,432 kB
  • sloc: java: 191,898; xml: 18,588; javascript: 1,276; sh: 85; makefile: 5
file content (23 lines) | stat: -rw-r--r-- 659 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
batik for Debian
----------------

Batik in Debian consists of the following jar files
in /usr/share/java:

batik.jar      (full batik library - link to batik-all.jar)
batik-all.jar  (full batik library)
batik-ext.jar  (batik dom and sax bindings)
batik-libs.jar (batik without dom and sax bindings)

fop-transcoder.jar (the ps/pdf transcoder for batik
                    from the fop project)

The class SVGDOMImplementation has been moved in the package.
See for more information:

https://bugs.debian.org/794214

The patch should simply be:

- import org.apache.batik.dom.svg.SVGDOMImplementation;
+ import org.apache.batik.anim.dom.SVGDOMImplementation;